summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-17 05:08:23 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-17 05:08:23 +0000
commit9590d4ce72afd5b325ea5505d0cd4178f4eb609c (patch)
tree4dd11d4be4e9649d0db7c018417b33201b615757 /libstdc++-v3/config
parent0289ee133f238470d4d0d3d753c9acbfeaa75198 (diff)
downloadgcc-9590d4ce72afd5b325ea5505d0cd4178f4eb609c.tar.gz
* config/linker-map.gnu: Export _S_construct even if size_t is
unsigned long. Collapse std::codecvt<char>::codecvt(size_t) and std::codecvt<wchar_t>::codecvt(size_t) into one export pattern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/linker-map.gnu12
1 files changed, 3 insertions, 9 deletions
diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu
index 4a0e87641af..f82002acd51 100644
--- a/libstdc++-v3/config/linker-map.gnu
+++ b/libstdc++-v3/config/linker-map.gnu
@@ -88,7 +88,7 @@ GLIBCPP_3.2 {
_ZNSbIwSt11char_traitsIwESaIwEE[0-9]_[A-Ra-z]*;
_ZNSbIwSt11char_traitsIwESaIwEE[0-9][0-9]_[A-Ra-z]*;
_ZNSbIwSt11char_traitsIwESaIwEE13_S_copy_chars*;
- _ZNSbIwSt11char_traitsIwESaIwEE12_S_constructEjwRKS1_;
+ _ZNSbIwSt11char_traitsIwESaIwEE12_S_constructE[jm]wRKS1_;
_ZNSbIwSt11char_traitsIwESaIwEE12_S_empty_repEv;
_ZSt24__uninitialized_copy_auxIN9*;
_ZSt26__uninitialized_fill_n_aux*;
@@ -105,10 +105,7 @@ GLIBCPP_3.2 {
# std::codecvt<char>::~codecvt
_ZNSt7codecvtIcc11__mbstate_tED*;
# std::codecvt<char>::codecvt(size_t), where size_t variable.
- _ZNSt7codecvtIcc11__mbstate_tEC1Ej;
- _ZNSt7codecvtIcc11__mbstate_tEC2Ej;
- _ZNSt7codecvtIcc11__mbstate_tEC1Em;
- _ZNSt7codecvtIcc11__mbstate_tEC2Em;
+ _ZNSt7codecvtIcc11__mbstate_tEC[12]E[jm];
# std::codecvt<char>::id
_ZNSt7codecvtIcc11__mbstate_tE2idE;
@@ -117,10 +114,7 @@ GLIBCPP_3.2 {
# std::codecvt<wchar_t>::~codecvt
_ZNSt7codecvtIwc11__mbstate_tED*;
# std::codecvt<wchar_t>::codecvt(size_t), where size_t variable.
- _ZNSt7codecvtIwc11__mbstate_tEC1Ej;
- _ZNSt7codecvtIwc11__mbstate_tEC2Ej;
- _ZNSt7codecvtIwc11__mbstate_tEC1Em;
- _ZNSt7codecvtIwc11__mbstate_tEC2Em;
+ _ZNSt7codecvtIwc11__mbstate_tEC[12]E[jm];
# std::codecvt<wchar_t>::id
_ZNSt7codecvtIwc11__mbstate_tE2idE;