linker-map.gnu: Use wildcards for __basic_file::sys_open(FILE*, _Ios_Openmode).
* config/linker-map.gnu: Use wildcards for __basic_file::sys_open(FILE*, _Ios_Openmode). From-SVN: r83470
This commit is contained in:
parent
026a935f41
commit
88c499cce7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-21 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* config/linker-map.gnu: Use wildcards for
|
||||
__basic_file::sys_open(FILE*, _Ios_Openmode).
|
||||
|
||||
2004-06-20 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/27_io/basic_istream/ignore/char/3.cc: New.
|
||||
|
|
|
@ -142,7 +142,7 @@ GLIBCXX_3.4 {
|
|||
_ZNSt12__basic_fileIcE6xsgetn*;
|
||||
_ZNSt12__basic_fileIcE6xsputn*;
|
||||
_ZNSt12__basic_fileIcE7seekoff*;
|
||||
_ZNSt12__basic_fileIcE8sys_openEP8_IO_FILESt13_Ios_Openmode;
|
||||
_ZNSt12__basic_fileIcE8sys_openE*St13_Ios_Openmode;
|
||||
_ZNSt12__basic_fileIcE8sys_openEiSt13_Ios_Openmode;
|
||||
_ZNSt12__basic_fileIcE8xsputn_2*;
|
||||
_ZNSt12__basic_fileIcE9showmanycEv;
|
||||
|
|
Loading…
Add table
Reference in a new issue