diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-22 08:19:08 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-22 08:19:08 +0000 |
commit | 53d917a236f121cd3dc5d40b1eb5f196ddd977f1 (patch) | |
tree | 60040e6744c2b03019bf7e0a7363f0884f8b609a /libstdc++-v3/config | |
parent | b5bc6d031eb34a837556a703b34649777f47ed27 (diff) | |
download | gcc-53d917a236f121cd3dc5d40b1eb5f196ddd977f1.tar.gz |
2010-09-22 Paolo Carlini <paolo.carlini@oracle.com>
* src/hash_bytes.cc: Move...
* libsupc++/hash_bytes.cc: ... here.
* src/Makefile.am: Adjust.
* libsupc++/Makefile.am: Likewise.
* config/abi/pre/gnu.ver: Likewise.
* libsupc++/typeinfo (type_info::hash_code): Add in C++0x mode.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am: Likewise.
* testsuite/18_support/type_info/hash_code.cc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164510 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 12 |
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; |