glibc/sysdeps/unix/sysv/linux/x86_64
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
..
64 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
bits Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
x32 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
Implies Convert WORDSIZE[32|64]/ld entries to abi-variants 2012-05-30 08:33:26 -07:00
Makefile Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64 2012-06-01 13:22:46 -07:00
Versions
____longjmp_chk.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
__start_context.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
clock_gettime.c
clone.S Remove bounded-pointers handling from x86_64 assembly sources. 2013-02-17 21:57:26 +00:00
dl-cache.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-procinfo.c
dl-procinfo.h
get_clockfreq.c
getcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
gettimeofday.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
init-first.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
kernel_stat.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ldconfig.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ldd-rewrite.sed
makecontext.c 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
readelflib.c
recv.c 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
sched_getcpu.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sched_setaffinity.c
send.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sigaction.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
sigaltstack-offsets.sym
sigcontextinfo.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
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
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 Remove use of INTDEF/INTUSE in socket 2012-05-31 00:34:41 +02:00
sysconf.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysdep.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysdep.h Remove bounded-pointers handling from x86_64 assembly sources. 2013-02-17 21:57:26 +00:00
time.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timespec_get.c
ucontext_i.sym
umount.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