This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Missing symbols in libstdc++


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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]