Skip to content
Snippets Groups Projects
Commit b3026073 authored by mmitchel's avatar mmitchel
Browse files

* config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94739 138bc75d-0d04-0410-961f-82ee72b054a4
parent f382dce0
No related branches found
No related tags found
No related merge requests found
2005-02-08 Mark Mitchell <mark@codesourcery.com>
* config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
2005-02-07 Loren J. Rittle <ljrittle@acm.org> 2005-02-07 Loren J. Rittle <ljrittle@acm.org>
* testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static. * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static.
......
...@@ -102,6 +102,10 @@ GLIBCXX_3.4 { ...@@ -102,6 +102,10 @@ GLIBCXX_3.4 {
# operator delete[](void*, std::nothrow_t const&) # operator delete[](void*, std::nothrow_t const&)
_ZdaPvRKSt9nothrow_t; _ZdaPvRKSt9nothrow_t;
# std::basic_iostream constructors, destructors
_ZNSdC*;
_ZNSdD*;
# std::locale destructors # std::locale destructors
_ZNSt6localeD*; _ZNSt6localeD*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment