[_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver

Message ID 8998e783-a06a-675b-afd0-b41e7195c1a9@gmail.com
State Committed
Commit d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b
Headers
Series [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver |

Commit Message

François Dumont Sept. 14, 2022, 5:22 p.m. UTC
  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.

Tested under Linux x86_64.

Ok to commit ?

François
  

Comments

Jonathan Wakely Sept. 15, 2022, 2:11 p.m. UTC | #1
On Wed, 14 Sept 2022 at 18:22, François Dumont via Libstdc++
<libstdc++@gcc.gnu.org> wrote:
>
>      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.
>
> Tested under Linux x86_64.
>
> Ok to commit ?

Yes, thanks.
  

Patch

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*;