glibc/sysdeps/unix/sysv/linux/mips/mips32
Carlos O'Donell 47dd3543d3 Bug 20198: quick_exit should not call destructors.
In C++11 18.5.12 says "Objects shall not be destroyed as a
result of calling quick_exit." In C11 quick_exit is silent
about thread object destruction. Therefore to make glibc
C++ compliant we do not call any thread local destructors.
A new regression test verifies the fix.

I will note that C++11 18.5.3 makes it clear that C++
defines additional requirements for _Exit() to prevent it
from executing destructors.

Given that the point of _Exit() is to terminate the process
immediately it makes sense the C and C++ should line up
and avoid calling destructors.

No failures. New regtest passes.
2016-06-06 21:40:25 -04:00
..
fpu Bug 20198: quick_exit should not call destructors. 2016-06-06 21:40:25 -04:00
mips16 Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nofpu Bug 20198: quick_exit should not call destructors. 2016-06-06 21:40:25 -04:00
accept4.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
c++-types.data MIPS: Consolidate nptl/ subdirectories under linux/... 2014-06-27 11:41:04 -07:00
fcntl.c Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
ftruncate64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
fxstatat.c Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
ld.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libanl.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libBrokenLocale.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libcidn.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libcrypt.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libdl.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libm.abilist Fix lgamma setting signgam for ISO C (bug 15421). 2015-11-20 22:49:59 +00:00
libnsl.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libnss_compat.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libnss_db.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libnss_dns.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libnss_files.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libnss_hesiod.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libnss_nis.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libnss_nisplus.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libpthread.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libresolv.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
librt.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libthread_db.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
libutil.abilist Simplify the abilist format 2015-11-06 13:58:53 +01:00
lockf64.c Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
mmap.c Fix MIPS mmap negative offset handling for consistency (bug 19550). 2016-02-01 18:20:21 +00:00
posix_fadvise64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
posix_fadvise.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
readahead.c Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
recvmmsg.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
sendmmsg.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
sync_file_range.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
syscalls.list Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
sysdep.h VDSO support for MIPS 2016-04-12 11:05:13 +01:00
truncate64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
Versions network: recvmsg and sendmsg standard compliance (BZ#16919) 2016-05-25 17:39:01 -03:00