diff options
| author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-23 22:06:51 +0000 |
|---|---|---|
| committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-23 22:06:51 +0000 |
| commit | b36634acc6b9a28e677448dad651a74dc2f876cd (patch) | |
| tree | df8c7ce50b1658a627dc93c635cd535d607268af | |
| parent | 82233aadd996c9e2144cae56d940076cea1d0e54 (diff) | |
| download | ppe42-gcc-b36634acc6b9a28e677448dad651a74dc2f876cd.tar.gz ppe42-gcc-b36634acc6b9a28e677448dad651a74dc2f876cd.zip | |
2004-04-24 Matthias Klose <doko@debian.org>
Jonathan Wakely <cow@compsoc.man.ac.uk>
* 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
| -rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
| -rw-r--r-- | libstdc++-v3/docs/html/configopts.html | 2 |
2 files changed, 6 insertions, 1 deletions
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 <doko@debian.org> + + Jonathan Wakely <cow@compsoc.man.ac.uk> + * docs/html/configopts.html: Fix reference to allocator config option. + 2004-04-23 Andrew Pinski <pinskia@physics.uc.edu> * 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</a></h1> <dd><p>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 <a href="http://sources.redhat.com/glibc/">info</a>) or + (<a href="ext/mt_allocator.html">documented</a> under extensions) or 'bitmap' for a bitmap allocator. This option can change the library ABI. </p> |

