]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/src/Makefile.in
bitmap_allocator.h: Clean-up add/remove functions.
authorDhruv Matani <dhruvbird@gmx.net>
Thu, 14 Oct 2004 17:52:18 +0000 (17:52 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 14 Oct 2004 17:52:18 +0000 (17:52 +0000)
commit1399eca1907b6fe3a191c586211bcfcc46f47b4d
tree52fc656274dd3ad9a50d564dc1d9d813ec3ff42c
parenta023975e421f23fc2799a2c7fcc6e19ed68227f7
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
libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu
libstdc++-v3/include/ext/bitmap_allocator.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/bitmap_allocator.cc [new file with mode: 0644]