glibc/sysdeps/unix/sysv/linux/hppa
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
..
bits
sys
Implies
Makefile
Versions network: Fix missing bits from {recv,send}{m}msg standard com,pliance 2016-05-26 11:11:33 -03:00
____longjmp_chk.c
arch-fork.h
atomic-machine.h
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
getrlimit64.c
internaltypes.h
kernel-features.h Adjust kernel-features.h defaults for socket syscalls. 2016-03-15 21:09:33 +00:00
kernel_sigaction.h
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
lxstat.c
makecontext.c
mmap.c
profil-counter.h
pt-vfork.S
pthread.h
pthreadP.h
pthread_cond_broadcast.c
pthread_cond_destroy.c
pthread_cond_init.c
pthread_cond_signal.c
pthread_cond_timedwait.c
pthread_cond_wait.c
setcontext.S
shlib-versions
swapcontext.c
syscall.c
syscalls.list Adjust kernel-features.h defaults for recvmsg and sendmsg 2016-05-25 17:27:57 -03:00
sysdep-cancel.h
sysdep.c
sysdep.h
ucontext_i.sym
umount.c
utimes.c
xstat.c