Commit adabbcf4 by Matthias Klose Committed by Matthias Klose

Jonathan Wakely <cow@compsoc.man.ac.uk>

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.

From-SVN: r81114
parent 1548580c
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> 2004-04-23 Andrew Pinski <pinskia@physics.uc.edu>
* linkage.m4 (GLIBCXX_CHECK_MATH_SUPPORT): Check for libmx also. * linkage.m4 (GLIBCXX_CHECK_MATH_SUPPORT): Check for libmx also.
......
...@@ -135,7 +135,7 @@ options</a></h1> ...@@ -135,7 +135,7 @@ options</a></h1>
<dd><p>Select a target-specific underlying std::allocator. The <dd><p>Select a target-specific underlying std::allocator. The
choices are 'new' to specify a wrapper for new, 'malloc' to choices are 'new' to specify a wrapper for new, 'malloc' to
specify a wrapper for malloc, 'mt' for a fixed power of two allocator 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 'bitmap' for a bitmap allocator. This option can change the
library ABI. library ABI.
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment