summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-24 17:01:25 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-24 17:01:25 +0000
commit9a7eda01fc18903b7c3bc76ac553b77a472b896e (patch)
treea71b141aba4cf807f0e1524061e5abe0ada32032
parent6ef250c448128c2a651de9a034ae000de9204aa3 (diff)
downloadppe42-gcc-9a7eda01fc18903b7c3bc76ac553b77a472b896e.tar.gz
ppe42-gcc-9a7eda01fc18903b7c3bc76ac553b77a472b896e.zip
* config/linker-map.gnu: Fix for size_t variance.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61713 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/config/linker-map.gnu4
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index bda8f070798..5361cc7aab4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-24 Andreas Schwab <schwab@suse.de>
+
+ * config/linker-map.gnu: Fix for size_t variance.
+
2003-01-23 Petur Runolfsson <peturr02@ru.is>
PR libstdc++/9322
diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu
index cd38a2de825..9616efdd05f 100644
--- a/libstdc++-v3/config/linker-map.gnu
+++ b/libstdc++-v3/config/linker-map.gnu
@@ -95,8 +95,8 @@ GLIBCPP_3.4 {
_ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE20_S_empty_rep_storageE;
# std::__pool_alloc
- _ZNSt12__pool_allocILb1ELi0EE10deallocateEPvj*;
- _ZNSt12__pool_allocILb1ELi0EE8allocateEj*;
+ _ZNSt12__pool_allocILb1ELi0EE10deallocateEPv[jm]*;
+ _ZNSt12__pool_allocILb1ELi0EE8allocateE[jm]*;
_ZNSt12__pool_allocILb1ELi0EE5_Lock*;
_ZNSt12__pool_allocILb1ELi0EE12_S_force_newE;
_ZNSt12__pool_allocILb1ELi0EE12_S_free_listE;
OpenPOWER on IntegriCloud