diff options
author | Jason Merrill <jason@redhat.com> | 2004-06-08 23:56:34 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2004-06-08 23:56:34 -0400 |
commit | 37f3105a58188e54224fb645742780ba9b70d60b (patch) | |
tree | f8413206be0b1d6b37c5912c0abf5609ec90ece5 | |
parent | 74ee16427180c49e1e2dfa01991770d2e3e7ab7e (diff) | |
download | gcc-37f3105a58188e54224fb645742780ba9b70d60b.zip gcc-37f3105a58188e54224fb645742780ba9b70d60b.tar.gz gcc-37f3105a58188e54224fb645742780ba9b70d60b.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/config/linker-map.gnu | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 17afc04..2ae47b6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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, diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu index faee208..aac10bb 100644 --- a/libstdc++-v3/config/linker-map.gnu +++ b/libstdc++-v3/config/linker-map.gnu @@ -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*; |