diff options
| author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 17:01:25 +0000 |
|---|---|---|
| committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 17:01:25 +0000 |
| commit | 9a7eda01fc18903b7c3bc76ac553b77a472b896e (patch) | |
| tree | a71b141aba4cf807f0e1524061e5abe0ada32032 | |
| parent | 6ef250c448128c2a651de9a034ae000de9204aa3 (diff) | |
| download | ppe42-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/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/config/linker-map.gnu | 4 |
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; |

