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
core libphobos: Remove unused variables in gcc.backtrace. 2021-09-30 15:07:19 +02:00
gc
gcc libphobos: Select the appropriate exception handler in getClassInfo 2021-09-30 15:07:19 +02:00
rt
__entrypoint.di
__main.di libphobos: Define main function as extern(C) when compiling without D runtime (PR102476) 2021-09-30 15:07:19 +02:00
LICENSE
Makefile.am
Makefile.in
MERGE
object.d