Missing symbols in libstdc++

Andreas Schwab schwab@suse.de
Fri Jan 24 16:46:00 GMT 2003


This fixes the libstdc++ version map for 64bit targets.

Andreas.

2003-01-24  Andreas Schwab  <schwab@suse.de>

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

--- libstdc++-v3/config/linker-map.gnu.~1.28.~	2003-01-24 17:20:04.000000000 +0100
+++ libstdc++-v3/config/linker-map.gnu	2003-01-24 17:38:53.000000000 +0100
@@ -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;

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Libstdc++ mailing list