Jonathan Wakely <cow@compsoc.man.ac.uk>
authorMatthias Klose <doko@debian.org>
Fri, 23 Apr 2004 22:06:51 +0000 (22:06 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Fri, 23 Apr 2004 22:06:51 +0000 (22:06 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/configopts.html

index d89141c2aaa79444a65535edd50f50660b9539a0..886d06c43dbb9d4698a6bff33f2f9e61103c6225 100644 (file)
@@ -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.
index 6a2e214b39ea748029cab8929a1a971d3c18d68f..7e27ee0c5b78a4e239d0adbd5228b1aec6356b20 100644 (file)
@@ -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>