allocator: New.
2004-03-13 Benjamin Kosnik <bkoz@redhat.com> * config/allocator: New. * config/allocator/bitmap_allocator_base.h: New. * config/allocator/malloc_allocator_base.h: New. * config/allocator/mt_allocator_base.h: New. * config/allocator/new_allocator_base.h: New. * include/bits/allocator.h: Include c++allocator.h. * acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): New. * aclocal.m4: Regenerate. * configure.ac: Use GLIBCXX_ENABLE_ALLOCATOR. * configure: Regenerate. * include/Makefile.am (host_headers_extra): Add c++allocator.h. * include/Makefile.in: Regenerate. * docs/html/configopts.html: Add enable-libstdcxx-allocator. From-SVN: r79435
Showing
- libstdc++-v3/ChangeLog 16 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/Makefile.in 2 additions, 0 deletionslibstdc++-v3/Makefile.in
- libstdc++-v3/acinclude.m4 73 additions, 0 deletionslibstdc++-v3/acinclude.m4
- libstdc++-v3/config/allocator/bitmap_allocator_base.h 37 additions, 0 deletionslibstdc++-v3/config/allocator/bitmap_allocator_base.h
- libstdc++-v3/config/allocator/malloc_allocator_base.h 37 additions, 0 deletionslibstdc++-v3/config/allocator/malloc_allocator_base.h
- libstdc++-v3/config/allocator/mt_allocator_base.h 37 additions, 0 deletionslibstdc++-v3/config/allocator/mt_allocator_base.h
- libstdc++-v3/config/allocator/new_allocator_base.h 37 additions, 0 deletionslibstdc++-v3/config/allocator/new_allocator_base.h
- libstdc++-v3/configure 87 additions, 3 deletionslibstdc++-v3/configure
- libstdc++-v3/configure.ac 1 addition, 0 deletionslibstdc++-v3/configure.ac
- libstdc++-v3/docs/html/configopts.html 17 additions, 0 deletionslibstdc++-v3/docs/html/configopts.html
- libstdc++-v3/include/Makefile.am 2 additions, 0 deletionslibstdc++-v3/include/Makefile.am
- libstdc++-v3/include/Makefile.in 4 additions, 0 deletionslibstdc++-v3/include/Makefile.in
- libstdc++-v3/include/bits/allocator.h 4 additions, 9 deletionslibstdc++-v3/include/bits/allocator.h
- libstdc++-v3/libmath/Makefile.in 2 additions, 0 deletionslibstdc++-v3/libmath/Makefile.in
- libstdc++-v3/libsupc++/Makefile.in 2 additions, 0 deletionslibstdc++-v3/libsupc++/Makefile.in
- libstdc++-v3/po/Makefile.in 2 additions, 0 deletionslibstdc++-v3/po/Makefile.in
- libstdc++-v3/src/Makefile.in 2 additions, 0 deletionslibstdc++-v3/src/Makefile.in
- libstdc++-v3/testsuite/Makefile.in 2 additions, 0 deletionslibstdc++-v3/testsuite/Makefile.in
Loading
Please register or sign in to comment