Commit 37f3105a by Jason Merrill Committed by Jason Merrill

linker-map.gnu: Use wildcards for __basic_file::{xsgetn,xsputn,seekoff,xsputn_2}.

        * config/linker-map.gnu: Use wildcards for
        __basic_file::{xsgetn,xsputn,seekoff,xsputn_2}.

From-SVN: r82813
parent 74ee1642
2004-06-08 Jason Merrill <jason@redhat.com>
* config/linker-map.gnu: Use wildcards for
__basic_file::{xsgetn,xsputn,seekoff,xsputn_2}.
2004-06-08 Paolo Carlini <pcarlini@suse.de> 2004-06-08 Paolo Carlini <pcarlini@suse.de>
* include/ext/pool_allocator.h: Convert to a global free-list, * include/ext/pool_allocator.h: Convert to a global free-list,
......
...@@ -139,12 +139,12 @@ GLIBCXX_3.4 { ...@@ -139,12 +139,12 @@ GLIBCXX_3.4 {
_ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei; _ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei;
_ZNSt12__basic_fileIcE4syncEv; _ZNSt12__basic_fileIcE4syncEv;
_ZNSt12__basic_fileIcE5closeEv; _ZNSt12__basic_fileIcE5closeEv;
_ZNSt12__basic_fileIcE6xsgetnEPci; _ZNSt12__basic_fileIcE6xsgetn*;
_ZNSt12__basic_fileIcE6xsputnEPKci; _ZNSt12__basic_fileIcE6xsputn*;
_ZNSt12__basic_fileIcE7seekoffExSt12_Ios_Seekdir; _ZNSt12__basic_fileIcE7seekoff*;
_ZNSt12__basic_fileIcE8sys_openEP8_IO_FILESt13_Ios_Openmode; _ZNSt12__basic_fileIcE8sys_openEP8_IO_FILESt13_Ios_Openmode;
_ZNSt12__basic_fileIcE8sys_openEiSt13_Ios_Openmode; _ZNSt12__basic_fileIcE8sys_openEiSt13_Ios_Openmode;
_ZNSt12__basic_fileIcE8xsputn_2EPKciS2_i; _ZNSt12__basic_fileIcE8xsputn_2*;
_ZNSt12__basic_fileIcE9showmanycEv; _ZNSt12__basic_fileIcE9showmanycEv;
_ZNSt12__basic_fileIcEC*; _ZNSt12__basic_fileIcEC*;
_ZNSt12__basic_fileIcED*; _ZNSt12__basic_fileIcED*;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment