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
This commit is contained in:
parent
74ee164271
commit
37f3105a58
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* include/ext/pool_allocator.h: Convert to a global free-list,
|
||||
|
|
|
@ -139,12 +139,12 @@ GLIBCXX_3.4 {
|
|||
_ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei;
|
||||
_ZNSt12__basic_fileIcE4syncEv;
|
||||
_ZNSt12__basic_fileIcE5closeEv;
|
||||
_ZNSt12__basic_fileIcE6xsgetnEPci;
|
||||
_ZNSt12__basic_fileIcE6xsputnEPKci;
|
||||
_ZNSt12__basic_fileIcE7seekoffExSt12_Ios_Seekdir;
|
||||
_ZNSt12__basic_fileIcE6xsgetn*;
|
||||
_ZNSt12__basic_fileIcE6xsputn*;
|
||||
_ZNSt12__basic_fileIcE7seekoff*;
|
||||
_ZNSt12__basic_fileIcE8sys_openEP8_IO_FILESt13_Ios_Openmode;
|
||||
_ZNSt12__basic_fileIcE8sys_openEiSt13_Ios_Openmode;
|
||||
_ZNSt12__basic_fileIcE8xsputn_2EPKciS2_i;
|
||||
_ZNSt12__basic_fileIcE8xsputn_2*;
|
||||
_ZNSt12__basic_fileIcE9showmanycEv;
|
||||
_ZNSt12__basic_fileIcEC*;
|
||||
_ZNSt12__basic_fileIcED*;
|
||||
|
|
Loading…
Add table
Reference in a new issue