diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2020-10-31 17:46:56 +0100 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2020-11-03 22:01:55 +0100 |
commit | 12d05123053359903c2859c72ce29749662b3ab5 (patch) | |
tree | ab9e445d725ed3daf44bca0af7bd96a0e9d3344f | |
parent | 875225301e356759982573d5578ed7ca54f81f86 (diff) | |
download | gcc-12d05123053359903c2859c72ce29749662b3ab5.zip gcc-12d05123053359903c2859c72ce29749662b3ab5.tar.gz gcc-12d05123053359903c2859c72ce29749662b3ab5.tar.bz2 |
libstdc++: Add mising gnu-versioned-namespace symbols
libstdc++-v3/ChangeLog:
* config/abi/pre/gnu-versioned-namespace.ver:
Add __istream_extract and _Safe_local_iterator_base::_M_attach_single
symbols.
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index 0965854..3b6d794 100644 --- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver +++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver @@ -98,6 +98,9 @@ GLIBCXX_8.0 { _ZNSt3__817__copy_streambufsI*; _ZNSt3__821__copy_streambufs_eofI*; + # std::__istream_extract(wistream&, wchar_t*, streamsize) + _ZNSt3__817__istream_extractIwNS_11char_traitsIwEEEEvRNS_13basic_istreamIT_T0_EEPS4_[ilx]; + # __gnu_cxx::__atomic_add # __gnu_cxx::__exchange_and_add _ZN9__gnu_cxx3__812__atomic_addEPV[il][il]; @@ -145,6 +148,7 @@ GLIBCXX_8.0 { _ZN11__gnu_debug30_Safe_unordered_container_base13_M_detach_allEv; _ZN11__gnu_debug25_Safe_local_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb; _ZN11__gnu_debug25_Safe_local_iterator_base9_M_detachEv; + _ZN11__gnu_debug25_Safe_local_iterator_base16_M_attach_singleEPNS_19_Safe_sequence_baseEb; # parallel mode _ZN14__gnu_parallel9_Settings3getEv; |