OSDN Git Service

PR libstdc++/14097
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 2004 05:21:57 +0000 (05:21 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 2004 05:21:57 +0000 (05:21 +0000)
* config/linker-map.gnu: Add typeinfo and typeinfo name for
__gnu_cxx::stdio_filebuf<char, std::char_traits<char> >.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77636 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 108a8ce..8bd9edc 100644 (file)
@@ -4,6 +4,10 @@
        * config/linker-map.gnu: Add typeinfo and typeinfo name for
        __gnu_cxx::stdio_sync_filebuf<char, std::char_traits<char> >.
 
        * config/linker-map.gnu: Add typeinfo and typeinfo name for
        __gnu_cxx::stdio_sync_filebuf<char, std::char_traits<char> >.
 
+       PR libstdc++/14097
+       * config/linker-map.gnu: Add typeinfo and typeinfo name for
+       __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >.
+
 2004-02-09  Loren J. Rittle  <ljrittle@acm.org>
 
        * include/ext/pool_allocator.h: Include c++config.h.
 2004-02-09  Loren J. Rittle  <ljrittle@acm.org>
 
        * include/ext/pool_allocator.h: Include c++config.h.
index ec926e5..27227b3 100644 (file)
@@ -151,6 +151,7 @@ GLIBCXX_3.4 {
     _ZTISt21__ctype_abstract_baseI[cw]E;
     _ZTISt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
     _ZTIN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
     _ZTISt21__ctype_abstract_baseI[cw]E;
     _ZTISt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
     _ZTIN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
+    _ZTIN9__gnu_cxx13stdio_filebufI[cw]St11char_traitsI[cw]EEE;
 
     # typeinfo name
     _ZTSNSt8ios_base7failureE;
 
     # typeinfo name
     _ZTSNSt8ios_base7failureE;
@@ -163,6 +164,7 @@ GLIBCXX_3.4 {
     _ZTSSt21__ctype_abstract_baseI[cw]E;
     _ZTSSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
     _ZTSN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
     _ZTSSt21__ctype_abstract_baseI[cw]E;
     _ZTSSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
     _ZTSN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
+    _ZTSN9__gnu_cxx13stdio_filebufI[cw]St11char_traitsI[cw]EEE;
 
     # function-scope static objects requires a guard variable.
     _ZGVNSt*;
 
     # function-scope static objects requires a guard variable.
     _ZGVNSt*;