glibc/sysdeps/unix/sysv/linux/sparc
Siddhesh Poyarekar ba384f6ed9 C++11 thread_local destructors support
This feature is specifically for the C++ compiler to offload calling
thread_local object destructors on thread program exit, to glibc.
This is to overcome the possible complication of destructors of
thread_local objects getting called after the DSO in which they're
defined is unloaded by the dynamic linker.  The DSO is marked as
'unloadable' if it has a constructed thread_local object and marked as
'unloadable' again when all the constructed thread_local objects
defined in it are destroyed.
2013-02-18 19:08:21 +05:30
..
bits Use __extension__ with long long in installed headers. 2013-01-10 20:19:45 +00:00
sparc32 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
sparc64 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
sys Use __extension__ with long long in installed headers. 2013-01-10 20:19:45 +00:00
Makefile Convert WORDSIZE[32|64]/ld entries to abi-variants 2012-05-30 08:33:26 -07:00
Versions Add missing Versions entry for sparc's __getshmlba. 2012-03-17 15:55:27 -07:00
a.out.h
dl-cache.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getshmlba.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getsysstats.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
kernel_termios.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ldd-rewrite.sed
readelflib.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
rt-sysdep.c
syscalls.list
sysdep.c
sysdep.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
system.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
vfork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00