public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4425] libstdc++: [_GLIBCXX_INLINE_VERSION] Add missing symbols
@ 2023-10-05 20:01 Francois Dumont
  0 siblings, 0 replies; only message in thread
From: Francois Dumont @ 2023-10-05 20:01 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:7c0ae1a85bf7c33965188ab9d37f01080ab17968

commit r14-4425-g7c0ae1a85bf7c33965188ab9d37f01080ab17968
Author: François Dumont <fdumont@gcc.gnu.org>
Date:   Thu Oct 5 18:58:29 2023 +0200

    libstdc++: [_GLIBCXX_INLINE_VERSION] Add missing symbols
    
    libstdc++-v3/ChangeLog:
    
            * config/abi/pre/gnu-versioned-namespace.ver: Add missing symbols
            for _Float{16,32,64,128,32x,64x,128x}.

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

diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
index 267ab8fc719..9fab8bead15 100644
--- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
+++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
@@ -318,6 +318,15 @@ CXXABI_2.0 {
     _ZTIPD[fde];
     _ZTIPKD[fde];
 
+    # typeinfo for _Float{16,32,64,128,32x,64x,128x} and
+    # __bf16
+    _ZTIDF[0-9]*[_bx];
+    _ZTIPDF[0-9]*[_bx];
+    _ZTIPKDF[0-9]*[_bx];
+    _ZTIu6__bf16;
+    _ZTIPu6__bf16;
+    _ZTIPKu6__bf16;
+
     # typeinfo for decltype(nullptr)
     _ZTIDn;
     _ZTIPDn;

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

only message in thread, other threads:[~2023-10-05 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 20:01 [gcc r14-4425] libstdc++: [_GLIBCXX_INLINE_VERSION] Add missing symbols 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).