libstdc++: [_GLIBCXX_INLINE_VERSION] Add __cxa_call_terminate symbol export

libstdc++-v3/ChangeLog:

	* config/abi/pre/gnu-versioned-namespace.ver: Add __cxa_call_terminate
	symbol export.
This commit is contained in:
François Dumont 2023-08-05 17:18:16 +02:00
parent 87b0749cfb
commit 3802297528

View file

@ -164,6 +164,7 @@ CXXABI_2.0 {
__cxa_begin_catch;
__cxa_begin_cleanup;
__cxa_call_unexpected;
__cxa_call_terminate;
__cxa_current_exception_type;
__cxa_deleted_virtual;
__cxa_demangle;