summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-06-26 02:00:22 +0000
committeremaste <emaste@FreeBSD.org>2017-06-26 02:00:22 +0000
commit71e47a35f93215ad4f313c82499ab9eb8f5702c1 (patch)
tree05cdc136baf20929f600615b426e7c7696fbe2af
parentfcce4148584876e3cabb698b445b6efda15e4ee6 (diff)
downloadFreeBSD-src-71e47a35f93215ad4f313c82499ab9eb8f5702c1.zip
FreeBSD-src-71e47a35f93215ad4f313c82499ab9eb8f5702c1.tar.gz
MFC r317159: libstdc++: fix symbol version script for LLD
LLD is less tolerant of inconsistencies in the symbol version script. - Add a ; on the last entry in a version block - Remove duplicated symbols, retaining those in the earliest block PR: 214796 Sponsored by: The FreeBSD Foundation
-rw-r--r--contrib/libstdc++/config/abi/pre/gnu.ver32
1 files changed, 1 insertions, 31 deletions
diff --git a/contrib/libstdc++/config/abi/pre/gnu.ver b/contrib/libstdc++/config/abi/pre/gnu.ver
index 19efdfd..8625bff 100644
--- a/contrib/libstdc++/config/abi/pre/gnu.ver
+++ b/contrib/libstdc++/config/abi/pre/gnu.ver
@@ -121,7 +121,7 @@ GLIBCXX_3.4 {
std::__moneypunct_cache*;
std::__numpunct_cache*;
std::__timepunct_cache*;
- __gnu_debug::_Error_formatter*
+ __gnu_debug::_Error_formatter*;
};
# Names not in an 'extern' block are mangled names.
@@ -604,34 +604,6 @@ GLIBCXX_3.4.4 {
} GLIBCXX_3.4.3;
GLIBCXX_3.4.5 {
-
- # std::string
- _ZNKSs11_M_disjunctEPKc;
- _ZNKSs15_M_check_lengthE[jm][jm]PKc;
- _ZNSs4_Rep26_M_set_length_and_sharableE*;
- _ZNSs7_M_copyEPcPKc[jm];
- _ZNSs7_M_moveEPcPKc[jm];
- _ZNSs9_M_assignEPc[jm]c;
-
- # std::wstring
- _ZNKSbIwSt11char_traitsIwESaIwEE11_M_disjunctEPKw;
- _ZNKSbIwSt11char_traitsIwESaIwEE15_M_check_lengthE[jm][jm]PKc;
- _ZNSbIwSt11char_traitsIwESaIwEE4_Rep26_M_set_length_and_sharableE*;
- _ZNSbIwSt11char_traitsIwESaIwEE7_M_copyEPwPKw[jm];
- _ZNSbIwSt11char_traitsIwESaIwEE7_M_moveEPwPKw[jm];
- _ZNSbIwSt11char_traitsIwESaIwEE9_M_assignEPw[jm]w;
-
- _ZNKSt13basic_fstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
- _ZNKSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
- _ZNKSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
-
- _ZNSi6ignoreE[ilv];
- _ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[ilv];
-
- _ZNSt11char_traitsI[cw]E2eqERK[cw]S2_;
-
- _ZNSt19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEppEv;
-
} GLIBCXX_3.4.4;
GLIBCXX_3.4.6 {
@@ -643,8 +615,6 @@ GLIBCXX_3.4.6 {
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE9showmanycEv;
- _ZNKSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strEv;
-
_ZN9__gnu_cxx6__poolILb1EE13_M_initializeEv;
} GLIBCXX_3.4.5;
OpenPOWER on IntegriCloud