* config/linker-map.gnu: Fix for size_t variance.
From-SVN: r61713
This commit is contained in:
parent
01f4962dee
commit
475c1d0989
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue