aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2007-06-06 13:54:44 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-06-06 13:54:44 +0000
commitc846e485db35a7e37357309524ff80ad27ffd67d (patch)
treecc059953897268490802d50f009464c142101db6
parent4dced6f92b365bf8b39b9e7eddbb76f0524c6cb0 (diff)
downloadgcc-c846e485db35a7e37357309524ff80ad27ffd67d.zip
gcc-c846e485db35a7e37357309524ff80ad27ffd67d.tar.gz
gcc-c846e485db35a7e37357309524ff80ad27ffd67d.tar.bz2
2007-06-06 Benjamin Kosnik <bkoz@redhat.com>
Frank Mori Hess <frank.hess@nist.gov> Co-Authored-By: Frank Mori Hess <frank.hess@nist.gov> From-SVN: r125485
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/docs/html/debug.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4655e73..14407af 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-06 Benjamin Kosnik <bkoz@redhat.com>
+ Frank Mori Hess <frank.hess@nist.gov>
+
+ * docs/html/debug.html: Correct link.
+
2007-06-02 Paolo Carlini <pcarlini@suse.de>
* include/tr1_impl/type_traits (is_reference, add_reference,
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index f2f4c63..09a1677 100644
--- a/libstdc++-v3/docs/html/debug.html
+++ b/libstdc++-v3/docs/html/debug.html
@@ -420,7 +420,7 @@
<h3 class="left"><a name="verbterm">Tracking uncaught exceptions</a></h3>
-<p>The <a href="19_diagnostics/howto.html#4">verbose termination handler</a>
+<p>The <a href="18_support/howto.html#4">verbose termination handler</a>
gives information about uncaught exceptions which are killing the
program. It is described in the linked-to page.
</p>