From b36634acc6b9a28e677448dad651a74dc2f876cd Mon Sep 17 00:00:00 2001 From: doko Date: Fri, 23 Apr 2004 22:06:51 +0000 Subject: [PATCH] 2004-04-24 Matthias Klose Jonathan Wakely * docs/html/configopts.html: Fix reference to allocator config option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81114 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/docs/html/configopts.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d89141c..886d06c 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 6a2e214..7e27ee0 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.

-- 2.7.4