public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed][_GLIBCXX_INLINE_VERSION] Add __cxa_call_terminate symbol export
@ 2023-08-06 12:34 François Dumont
  0 siblings, 0 replies; only message in thread
From: François Dumont @ 2023-08-06 12:34 UTC (permalink / raw)
  To: libstdc++; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

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.

[-- Attachment #2: gnu-versioned-namespace.ver.patch --]
[-- Type: text/x-patch, Size: 511 bytes --]

diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
index d7ef127cf02..267ab8fc719 100644
--- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
+++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
@@ -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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-06 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06 12:34 [committed][_GLIBCXX_INLINE_VERSION] Add __cxa_call_terminate symbol export François Dumont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).