]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
authorMark Mitchell <mark@codesourcery.com>
Tue, 8 Feb 2005 18:44:32 +0000 (18:44 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 8 Feb 2005 18:44:32 +0000 (18:44 +0000)
From-SVN: r94741

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

index 76890751654dbb4e3deb544425ef266559c89757..d78e44c994f1a3fbd1fe7289138f796e6f73b988 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-08  Mark Mitchell  <mark@codesourcery.com>
+
+       * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
+
 2005-02-02  Paolo Carlini  <pcarlini@suse.de>
 
        PR libstdc++/19642
index d8a4b016a1e0fde144a51fc4a18394d46c077195..2d3d45f71e58413452953e75958c5b94f2fefd29 100644 (file)
@@ -102,6 +102,10 @@ GLIBCXX_3.4 {
     # operator delete[](void*, std::nothrow_t const&)
     _ZdaPvRKSt9nothrow_t;
 
+    # std::basic_iostream constructors, destructors
+    _ZNSdC*;
+    _ZNSdD*;
+
     # std::locale destructors
     _ZNSt6localeD*;