From: François Dumont Date: Wed, 14 Sep 2022 17:11:51 +0000 (+0200) Subject: libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver X-Git-Tag: basepoints/gcc-14~4522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b;p=thirdparty%2Fgcc.git 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 --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index b37199ece726..06ccaa80a580 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*;