From 8a532804d55a2e550140313479e8392607a3a316 Mon Sep 17 00:00:00 2001
From: Brad Spencer
Date: Wed, 2 Feb 2005 19:38:38 +0000
Subject: [PATCH] debug.html: Fix broken tags.
2005-02-02 Brad Spencer
* debug.html: Fix broken tags.
* documentation.html: Same.
From-SVN: r94602
---
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/docs/html/debug.html | 4 +++-
libstdc++-v3/docs/html/documentation.html | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0ce60d399c0d..15e94051159a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-02 Brad Spencer
+
+ * debug.html: Fix broken tags.
+ * documentation.html: Same.
+
2005-02-02 Andreas Jaeger
* testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index 1bf4bccbaebf..af1177bd2d2e 100644
--- a/libstdc++-v3/docs/html/debug.html
+++ b/libstdc++-v3/docs/html/debug.html
@@ -41,7 +41,7 @@
turning off all optimization via the -g -O0
flag will
disable inlining, so that stepping through all functions, including
inlined constructors and destructors, is possible. In addition,
- -fno-eliminate-unused-debug-types can be used when
+ -fno-eliminate-unused-debug-types
can be used when
additional debug information, such as nested class info, is desired.
@@ -63,6 +63,7 @@
If you would like debug symbols in libstdc++, there are two ways to
build libstdc++ with debug flags. The first is to run make from the
toplevel in a freshly-configured tree with
+
--enable-libstdcxx-debug
@@ -150,6 +151,7 @@
mode or with debug mode. The
following table provides the names and headers of the debugging
containers:
+