aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorDhruv Matani <dhruvbird@gmx.net>2004-10-14 17:52:18 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-10-14 17:52:18 +0000
commit1399eca1907b6fe3a191c586211bcfcc46f47b4d (patch)
tree52fc656274dd3ad9a50d564dc1d9d813ec3ff42c /libstdc++-v3/config
parenta023975e421f23fc2799a2c7fcc6e19ed68227f7 (diff)
downloadgcc-1399eca1907b6fe3a191c586211bcfcc46f47b4d.zip
gcc-1399eca1907b6fe3a191c586211bcfcc46f47b4d.tar.gz
gcc-1399eca1907b6fe3a191c586211bcfcc46f47b4d.tar.bz2
bitmap_allocator.h: Clean-up add/remove functions.
2004-10-14 Dhruv Matani <dhruvbird@gmx.net> * ext/bitmap_allocator.h: Clean-up add/remove functions. * src/bitmap_allocator.cc: New file. Contains the out-of-line function definitions, static initialization of variables, and explicit instantiations needed for the allocator. * src/Makefile.am: Add. * src/Makefile.in: Regenerate. * config/linker.map.gnu: Add the necessary symbols. From-SVN: r89042
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/linker-map.gnu7
1 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu
index d47368e..dfc6f5e 100644
--- a/libstdc++-v3/config/linker-map.gnu
+++ b/libstdc++-v3/config/linker-map.gnu
@@ -270,7 +270,12 @@ GLIBCXX_3.4.3 {
_ZN9__gnu_cxx6__poolILb[01]EE16_M_reserve_blockE[jm][jm];
_ZN9__gnu_cxx6__poolILb[01]EE16_M_reclaim_blockEPc[jm];
_ZN9__gnu_cxx6__poolILb[01]EE10_M_destroyEv;
-
+
+ _ZN9__gnu_cxx9free_list12_S_free_listE;
+ _ZN9__gnu_cxx9free_list12_S_bfl_mutexE;
+ _ZN9__gnu_cxx9free_list6_M_getEj;
+ _ZN9__gnu_cxx9free_list8_M_clearEv;
+
# stub functions from libmath
acosf;
acosl;