public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-3008] libstdc++: [_GLIBCXX_INLINE_VERSION] Add __cxa_call_terminate symbol export
@ 2023-08-06 12:34 Francois Dumont
  0 siblings, 0 replies; only message in thread
From: Francois Dumont @ 2023-08-06 12:34 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:3802297528685aa16c4f43bb1f0cedbdbf22923d

commit r14-3008-g3802297528685aa16c4f43bb1f0cedbdbf22923d
Author: François Dumont <fdumont@gcc.gnu.org>
Date:   Sat Aug 5 17:18:16 2023 +0200

    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.

Diff:
---
 libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 1 +
 1 file changed, 1 insertion(+)

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 [gcc r14-3008] libstdc++: [_GLIBCXX_INLINE_VERSION] Add __cxa_call_terminate symbol export Francois 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).