glibc/sysdeps/unix/sysv/linux/sparc/sparc32
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
..
fpu
nptl C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
sparcv9 Adjust sparc for Roland's multiarch sysdep directory changes. 2013-01-11 18:04:10 -08:00
Implies
Makefile
Versions
____longjmp_chk.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
brk.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
chown.c
clone.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fchown.c
fchownat.c
fcntl.c
fxstat.c
fxstatat.c
getcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getdents64.c
getegid.c
geteuid.c
getgid.c
getgroups.c
getuid.c
glob64.c
kernel_stat.h
lchown.c
lockf64.c
lxstat.c
makecontext.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
msgctl.c
nldbl-abi.h
pipe.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
profil-counter.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
readdir64.c
readdir64_r.c
register-dump.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
scandir64.c
semctl.c Remove bp-semctl.h and CHECK_SEMCTL. 2013-01-31 22:59:04 +00:00
setcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setegid.c
seteuid.c
setfsgid.c
setfsuid.c
setgid.c
setgroups.c
setregid.c
setresgid.c
setresuid.c
setreuid.c
setuid.c
shmctl.c
sigaction.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sigcontextinfo.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
socket.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
swapcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
syscall.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
syscalls.list
sysdep.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ucontext_i.sym
xstat.c