gcc/libphobos/libdruntime
Iain Buclaw 8088a33df5 libphobos: Select the appropriate exception handler in getClassInfo
This is analogous to __gdc_personality, which ignores in-flight
exceptions that we haven't collided with yet.

libphobos/ChangeLog:

	* libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...
	(getClassInfo): ...here as free function.  Add lsda parameter.
	(scanLSDA): Pass lsda to actionTableLookup.
	(actionTableLookup): Add lsda parameter, pass to getClassInfo.
	(__gdc_personality): Remove currentCfa variable.
2021-09-30 15:07:19 +02:00
..
config libphobos: Add Thread/Fiber support code for Darwin (PR98058) 2021-04-19 19:27:27 +02:00
core libphobos: Remove unused variables in gcc.backtrace. 2021-09-30 15:07:19 +02:00
gc d: Merge upstream dmd 3b808e838, druntime 483bc129, phobos f89dc217a 2021-04-04 01:26:20 +02:00
gcc libphobos: Select the appropriate exception handler in getClassInfo 2021-09-30 15:07:19 +02:00
rt libphobos: Add D runtime support code for MinGW (PR99794) 2021-04-19 19:27:13 +02:00
LICENSE
MERGE libphobos: Fix static asserts on NetBSD, FreeBSD, DragonFlyBSD 2021-05-13 19:24:31 +02:00
Makefile.am libphobos: Add Thread/Fiber support code for Darwin (PR98058) 2021-04-19 19:27:27 +02:00
Makefile.in libphobos: Add Thread/Fiber support code for Darwin (PR98058) 2021-04-19 19:27:27 +02:00
__entrypoint.di Update copyright years. 2021-01-04 10:26:59 +01:00
__main.di libphobos: Define main function as extern(C) when compiling without D runtime (PR102476) 2021-09-30 15:07:19 +02:00
object.d d: Merge upstream dmd 5cc71ff83, druntime 1134b710 2021-04-06 19:43:30 +02:00