]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linker-map.gnu: Remove string export restrictions.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 25 Mar 2003 01:53:13 +0000 (01:53 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 25 Mar 2003 01:53:13 +0000 (01:53 +0000)
2003-03-24  Benjamin Kosnik  <bkoz@redhat.com>

* config/linker-map.gnu: Remove string export restrictions.

From-SVN: r64837

libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu

index ca9b147f3807e60d3b4212f4603c6f48bcfc35d1..f5efdcbe0e02f70551ea53991379db479a5cce26 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-24  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * config/linker-map.gnu: Remove string export restrictions.
+
 2003-03-24  Paolo Carlini  <pcarlini@unitus.it>
 
        * testsuite/21_strings/basic_string/find/char/1.cc: Remove
index 5011619c53a1fef0c4c0f78767c870b778a2248b..6f87a0b9967b970cccee860665cd2c1d19208569 100644 (file)
@@ -28,16 +28,7 @@ GLIBCPP_3.4 {
     # All but the last are terminated with a semicolon.
     extern "C++"
     {
-      std::[A-Za]*;
-      std::ba[a-r]*;
-      std::basic_[a-r]*;
-      std::basic_streambuf*;
-      std::basic_stringbuf*;
-      std::basic_stringstream*;
-      std::basic_[t-z]*;
-      std::ba[t-z]*;
-      std::b[b-z]*;
-      std::[A-Zc-k]*;
+      std::[A-Za-k]*;
       std::length_error*;
       std::logic_error*;
       std::locale::[A-Za-e]*;
@@ -87,19 +78,6 @@ GLIBCPP_3.4 {
     # bool has_facet 
     _ZSt9has_facet*;
 
-    # std::string, std::wstring minus static data members
-    _ZNKS[sb]*;
-    _ZNS[sb]D*;
-    _ZNS[sb]C*;
-    _ZStplI[cw]St11char_traitsI[cw]ESaI[cw]EESbIT_T0_T1_EPKS3_RKS6_;
-    _ZStplI[cw]St11char_traitsI[cw]ESaI[cw]EESbIT_T0_T1_ES3_RKS6_;
-    _ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE[A-Ra-z]*;
-    _ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][A-Ra-z]*;
-    _ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][0-9][A-Ra-z]*;
-    _ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_[A-Ra-z]*;
-    _ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][0-9]_[A-Ra-z]*;
-    _ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE20_S_empty_rep_storageE;
-
     # std::__pool_alloc
     _ZNSt12__pool_allocILb1ELi0EE10deallocateEPv[jm]*;
     _ZNSt12__pool_allocILb1ELi0EE8allocateE[jm]*;