]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver
authorFrançois Dumont <fdumont@gcc.gnu.org>
Wed, 14 Sep 2022 17:11:51 +0000 (19:11 +0200)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 15 Sep 2022 16:58:50 +0000 (18:58 +0200)
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.

libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver

index b37199ece7262a12117a99e60841ef84f7d2ce36..06ccaa80a58088aab7e1c57cbfcaf1efe956f097 100644 (file)
@@ -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*;