From f8ad40d84b8c76ce0508fd68cb7b5e52405b5800 Mon Sep 17 00:00:00 2001 From: redi Date: Thu, 3 Jan 2019 20:38:04 +0000 Subject: PR libstdc++/88681 export missing symbols These new facet functions were added to GCC 5.1 but the versions for the old std::string ABI were never exported from the shared library. PR libstdc++/88681 * config/abi/pre/gnu.ver: Add missing exports. * testsuite/22_locale/collate_byname/88681.cc: New test. * testsuite/22_locale/time_get/get/char/88681.cc: New test. * testsuite/22_locale/time_get/get/wchar_t/88681.cc: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267563 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/config/abi/pre/gnu.ver | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libstdc++-v3/config') diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 42697afc30f..de3c87abf15 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -2069,6 +2069,9 @@ GLIBCXX_3.4.26 { _ZNSt3pmr28unsynchronized_pool_resource11do_allocateE[jmy][jmy]; _ZNSt3pmr28unsynchronized_pool_resource13do_deallocateEPv[jmy][jmy]; + _ZNSt14collate_bynameI[cw]EC[12]ERKSs[jmy]; + _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tmcc; + } GLIBCXX_3.4.25; # Symbols in the support library (libsupc++) have their own tag. -- cgit v1.2.3