glibc/sysdeps/unix/sysv/linux/sparc/sparc32
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
sparcv9
Implies
Makefile
Versions
____longjmp_chk.S
brk.c
c++-types.data
clone.S Fix clone (CLONE_VM) pid/tid reset (BZ#19957) 2016-04-29 18:19:30 -03:00
fcntl.c
fxstat.c
fxstatat.c
getcontext.S
getdents64.c
glob64.c
kernel_stat.h
ld.abilist
libBrokenLocale.abilist
libanl.abilist
libc.abilist Bug 20198: quick_exit should not call destructors. 2016-06-06 21:40:25 -04:00
libcrypt.abilist
libdl.abilist
libm.abilist
libnsl.abilist
libpthread.abilist
libresolv.abilist
librt.abilist
libthread_db.abilist
libutil.abilist
localplt.data Update localplt.data for 32-bit sparc. 2016-01-26 16:16:38 -08:00
lockf64.c
lxstat.c
makecontext.c
nldbl-abi.h
pipe.S
profil-counter.h
readdir64.c
readdir64_r.c
register-dump.h
scandir64.c
setcontext.S
setegid.c
seteuid.c
setgid.c
setgroups.c
setregid.c
setresgid.c
setresuid.c
setreuid.c
setuid.c
shlib-versions
sigaction.c
sigcontextinfo.h
swapcontext.S
syscall.S
syscalls.list
sysdep-cancel.h
sysdep.h
ucontext_i.sym
vfork.S
xstat.c