glibc/ports/sysdeps/unix/sysv/linux/mips/mips64
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
..
n32 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
n64 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
nptl Add CFI information for MIPS assembly sources. 2013-02-11 18:19:14 +00:00
configure Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
configure.in Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
ftruncate64.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
fxstat64.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
fxstatat64.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
ldconfig.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ldd-rewrite.sed Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
llseek.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
lxstat64.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
Makefile Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
mmap64.c Make mmap64 an alias of mmap on MIPS. 2012-07-27 13:43:46 +00:00
msgctl.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
recv.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
semctl.c Remove bp-semctl.h and CHECK_SEMCTL. 2013-01-31 22:59:04 +00:00
send.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
shmctl.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
syscall.S Add CFI information for MIPS assembly sources. 2013-02-11 18:19:14 +00:00
syscalls.list Make mmap64 an alias of mmap on MIPS. 2012-07-27 13:43:46 +00:00
truncate64.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
umount.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
xstat64.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00