public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver
@ 2022-09-14 17:22 François Dumont
  2022-09-15 14:11 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: François Dumont @ 2022-09-14 17:22 UTC (permalink / raw)
  To: libstdc++; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

     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

[-- Attachment #2: gnu-versioned-namespace.patch --]
[-- Type: text/x-patch, Size: 903 bytes --]

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] 2+ messages in thread

* Re: [PATCH][_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver
  2022-09-14 17:22 [PATCH][_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver François Dumont
@ 2022-09-15 14:11 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2022-09-15 14:11 UTC (permalink / raw)
  To: François Dumont; +Cc: libstdc++, gcc-patches

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-15 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 17:22 [PATCH][_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver François Dumont
2022-09-15 14:11 ` Jonathan Wakely

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).