From: Matthias Klose Date: Fri, 23 Apr 2004 22:06:51 +0000 (+0000) Subject: Jonathan Wakely X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=adabbcf475e259e77ef3b3d94f2070327955ee0a;p=gcc.git Jonathan Wakely 2004-04-24 Matthias Klose Jonathan Wakely * docs/html/configopts.html: Fix reference to allocator config option. From-SVN: r81114 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d89141c2aaa..886d06c43db 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-04-24 Matthias Klose + + Jonathan Wakely + * docs/html/configopts.html: Fix reference to allocator config option. + 2004-04-23 Andrew Pinski * linkage.m4 (GLIBCXX_CHECK_MATH_SUPPORT): Check for libmx also. diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html index 6a2e214b39e..7e27ee0c5b7 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -135,7 +135,7 @@ options

Select a target-specific underlying std::allocator. The choices are 'new' to specify a wrapper for new, 'malloc' to specify a wrapper for malloc, 'mt' for a fixed power of two allocator - (More info) or + (documented under extensions) or 'bitmap' for a bitmap allocator. This option can change the library ABI.