aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/abi
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2022-09-14 19:11:51 +0200
committerFrançois Dumont <fdumont@gcc.gnu.org>2022-09-15 18:58:50 +0200
commitd26bcff991c7d71d5c0c07a0ff1f7494a4e9812b (patch)
tree354aac8668cee13f93ac7ecc815c40b357ccb7a6 /libstdc++-v3/config/abi
parent1e4c7e870e2a3a059568565196a8f3b8c9de1fa4 (diff)
downloadgcc-d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b.zip
gcc-d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b.tar.gz
gcc-d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b.tar.bz2
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.
Diffstat (limited to 'libstdc++-v3/config/abi')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver11
1 files changed, 0 insertions, 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 b37199e..06ccaa8 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*;