public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2685] libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver
@ 2022-09-15 16:59 Franथईois Dumont
  0 siblings, 0 replies; only message in thread
From: Franथईois Dumont @ 2022-09-15 16:59 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b

commit r13-2685-gd26bcff991c7d71d5c0c07a0ff1f7494a4e9812b
Author: François Dumont <fdumont@gcc.gnu.org>
Date:   Wed Sep 14 19:11:51 2022 +0200

    libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver
    
    Remove expressions for symbols in std::__detail::__8 namespace, they are obsolete since
    version namespace applies only at std:: level, not at sub-levels.
    
    libstdc++-v3/ChangeLog:
    
            * config/abi/pre/gnu-versioned-namespace.ver: Remove obsolete std::__detail::__8
            symbols.

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

diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
index b37199ece72..06ccaa80a58 100644
--- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
+++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
@@ -76,20 +76,9 @@ GLIBCXX_8.0 {
     # locale
     _ZNSt3__89has_facetINS_*;
 
-    # hash
-    _ZNSt8__detail3__812__prime_listE;
-    _ZNSt3tr18__detail3__812__prime_listE;
-
     # thread/mutex/condition_variable/future
     __once_proxy;
 
-    # std::__detail::_List_node_base
-    _ZNSt8__detail3__815_List_node_base7_M_hook*;
-    _ZNSt8__detail3__815_List_node_base9_M_unhookEv;
-    _ZNSt8__detail3__815_List_node_base10_M_reverseEv;
-    _ZNSt8__detail3__815_List_node_base11_M_transfer*;
-    _ZNSt8__detail3__815_List_node_base4swapER*;
-
     # std::__convert_to_v
     _ZNSt3__814__convert_to_v*;

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

only message in thread, other threads:[~2022-09-15 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 16:59 [gcc r13-2685] libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver 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).