Commit 475c1d09 by Andreas Schwab Committed by Andreas Schwab

* config/linker-map.gnu: Fix for size_t variance.

From-SVN: r61713
parent 01f4962d
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> 2003-01-23 Petur Runolfsson <peturr02@ru.is>
PR libstdc++/9322 PR libstdc++/9322
......
...@@ -95,8 +95,8 @@ GLIBCPP_3.4 { ...@@ -95,8 +95,8 @@ GLIBCPP_3.4 {
_ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE20_S_empty_rep_storageE; _ZNS[sb]I[cw]St11char_traitsI[cw]ESaI[cw]EE20_S_empty_rep_storageE;
# std::__pool_alloc # std::__pool_alloc
_ZNSt12__pool_allocILb1ELi0EE10deallocateEPvj*; _ZNSt12__pool_allocILb1ELi0EE10deallocateEPv[jm]*;
_ZNSt12__pool_allocILb1ELi0EE8allocateEj*; _ZNSt12__pool_allocILb1ELi0EE8allocateE[jm]*;
_ZNSt12__pool_allocILb1ELi0EE5_Lock*; _ZNSt12__pool_allocILb1ELi0EE5_Lock*;
_ZNSt12__pool_allocILb1ELi0EE12_S_force_newE; _ZNSt12__pool_allocILb1ELi0EE12_S_force_newE;
_ZNSt12__pool_allocILb1ELi0EE12_S_free_listE; _ZNSt12__pool_allocILb1ELi0EE12_S_free_listE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment