Commit 8a532804 by Brad Spencer Committed by Benjamin Kosnik

debug.html: Fix broken tags.


2005-02-02  Brad Spencer  <spencer@infointeractive.com>

	* debug.html: Fix broken tags.
	* documentation.html: Same.

From-SVN: r94602
parent c85b032a
2005-02-02 Brad Spencer <spencer@infointeractive.com>
* debug.html: Fix broken tags.
* documentation.html: Same.
2005-02-02 Andreas Jaeger <aj@suse.de> 2005-02-02 Andreas Jaeger <aj@suse.de>
* testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch * testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
turning off all optimization via the <code>-g -O0</code> flag will turning off all optimization via the <code>-g -O0</code> flag will
disable inlining, so that stepping through all functions, including disable inlining, so that stepping through all functions, including
inlined constructors and destructors, is possible. In addition, inlined constructors and destructors, is possible. In addition,
<code>-fno-eliminate-unused-debug-types<code> can be used when <code>-fno-eliminate-unused-debug-types</code> can be used when
additional debug information, such as nested class info, is desired. additional debug information, such as nested class info, is desired.
</p> </p>
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<p>If you would like debug symbols in libstdc++, there are two ways to <p>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 build libstdc++ with debug flags. The first is to run make from the
toplevel in a freshly-configured tree with toplevel in a freshly-configured tree with
</p>
<pre> <pre>
--enable-libstdcxx-debug --enable-libstdcxx-debug
</pre> </pre>
...@@ -150,6 +151,7 @@ ...@@ -150,6 +151,7 @@
mode or with debug mode. The mode or with debug mode. The
following table provides the names and headers of the debugging following table provides the names and headers of the debugging
containers: containers:
</p>
<table title="Debugging containers" border="1"> <table title="Debugging containers" border="1">
<tr> <tr>
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<li><a href="configopts.html">Configure options</a></li> <li><a href="configopts.html">Configure options</a></li>
<li><a href="install.html">Getting started: configure, build, install</a> <li><a href="install.html">Getting started: configure, build, install</a>
</li> </li>
<li><a href="test.html">Testing details</a> <li><a href="test.html">Testing details</a></li>
<li><a href="debug.html">Debugging schemes and strategies</a> <li><a href="debug.html">Debugging schemes and strategies</a>
</li> </li>
</ul> </ul>
......
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