mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 02:34:30 +08:00
* config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
From-SVN: r94739
This commit is contained in:
parent
453bd0f554
commit
f537f2f7f0
@ -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-07 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static.
|
||||
|
@ -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*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user