glibc/sysdeps/unix/sysv/linux/sparc/sparc64
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
..
nptl C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
____longjmp_chk.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
__longjmp.S
__start_context.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
brk.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
bsd-_setjmp.S
bsd-setjmp.S
clone.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-brk.S
dl-cache.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-fxstatat64.c Use correct implementation for dl-fxstatat64 on sparc64. 2012-03-13 00:45:34 -07:00
fxstat.c sparc64: Use i386 implementation for fxstat. 2011-01-04 12:22:41 -08:00
fxstatat.c Adjust for recent input file changes. 2006-01-09 19:50:01 +00:00
get_clockfreq.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Implies Update. 2004-03-24 00:06:13 +00:00
kernel_stat.h Adjust for recent input file changes. 2006-01-09 19:50:01 +00:00
longjmp.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
lxstat.c * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): Add 2006-01-09 21:17:57 +00:00
makecontext.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Makefile Fix NULL ucontext->uc_link handling on sparc64. 2012-11-07 21:01:06 -08:00
msgctl.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
msgrcv.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
pause.c [BZ #3291] 2006-10-02 18:41:30 +00:00
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
register-dump.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
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
setjmp.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
shmctl.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
sigaction.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
sigcontextinfo.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sigjmp.S
sigpending.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
sigprocmask.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
sizes.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.c 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 Update. 2004-03-24 00:06:13 +00:00
sysdep.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
time.c Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c instead. 2012-08-17 14:16:12 -07:00
ucontext_i.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Versions
wordexp.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
xstat.c Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
xstatconv.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00