summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/config/abi/pre/gnu.ver
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/config/abi/pre/gnu.ver')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver12
1 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index aff2593425e..435f8579827 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -1178,12 +1178,6 @@ GLIBCXX_3.4.15 {
_ZNSbIwSt11char_traitsIwESaIwEE4backEv;
_ZNKSbIwSt11char_traitsIwESaIwEE4backEv;
- # Default function.
- _ZSt11_Hash_bytesPKv*;
-
- # FNV hash.
- _ZSt15_Fnv_hash_bytesPKv*;
-
} GLIBCXX_3.4.14;
# Symbols in the support library (libsupc++) have their own tag.
@@ -1356,4 +1350,10 @@ CXXABI_1.3.5 {
_ZTIPDn;
_ZTIPKDn;
+ # Default function.
+ _ZSt11_Hash_bytesPKv*;
+
+ # FNV hash.
+ _ZSt15_Fnv_hash_bytesPKv*;
+
} CXXABI_1.3.4;
OpenPOWER on IntegriCloud