aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2019-01-03 20:38:04 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2019-01-03 20:38:04 +0000
commitf8ad40d84b8c76ce0508fd68cb7b5e52405b5800 (patch)
treeb3dcb88981072b3dced10fd24a291ad162f060ae /libstdc++-v3/config
parent6b4e0de46554b0d25bcdb98d25307f30c2da6005 (diff)
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
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver3
1 files changed, 3 insertions, 0 deletions
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.