From: Mark Mitchell Date: Tue, 8 Feb 2005 16:37:02 +0000 (+0000) Subject: * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f537f2f7f023ebb3250d0a6e3cd4df1ef608f242;p=gcc.git * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*. From-SVN: r94739 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 24aaa2cae20..432dc9a418b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-02-08 Mark Mitchell + + * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*. + 2005-02-07 Loren J. Rittle * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static. diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu index 51f1b91500f..df3c674f96f 100644 --- a/libstdc++-v3/config/linker-map.gnu +++ b/libstdc++-v3/config/linker-map.gnu @@ -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*;