glibc/sysdeps
Florian Weimer 2a764c6ee8 Enhance _dl_catch_exception to allow disabling exception handling
In some cases, it is necessary to introduce noexcept regions
where raised dynamic loader exceptions (e.g., from lazy binding)
are fatal, despite being nested in a code region with an active
exception handler.  This change enhances _dl_catch_exception with
to provide such a capability.  The existing function is reused,
so that it is not necessary to introduce yet another function with
a similar purpose.

Change-Id: Iec1bf642ff95a349fdde8040e9baf851ac7b8904
2019-11-16 15:57:01 +01:00
..
aarch64 aarch64: Increase small and medium cases for __memcpy_generic 2019-11-12 17:08:18 +00:00
alpha
arm
csky
generic Enhance _dl_catch_exception to allow disabling exception handling 2019-11-16 15:57:01 +01:00
gnu
hppa
htl
hurd
i386
ia64
ieee754
init_array
m68k
mach hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097] 2019-11-16 15:40:59 +01:00
microblaze
mips
nios2
nptl nptl: Fix niggles with pthread_clockjoin_np 2019-11-04 16:44:49 -03:00
posix Use clock_gettime to implement gettimeofday. 2019-10-30 17:11:10 -03:00
powerpc
pthread Change most internal uses of __gettimeofday to __clock_gettime. 2019-10-30 17:04:10 -03:00
riscv
s390 S390: Fp comparison are now raising FE_INVALID with gcc 10. 2019-11-06 08:07:40 +01:00
sh
sparc nptl: Replace non cancellable pause/nanosleep with futex 2019-10-31 11:09:01 -03:00
unix linux: Add comment on affinity set sizes to tst-skeleton-affinity.c 2019-11-15 13:05:09 +01:00
wordsize-32
wordsize-64
x86
x86_64