From: Benjamin Kosnik Date: Wed, 6 Jun 2007 13:54:44 +0000 (+0000) Subject: 2007-06-06 Benjamin Kosnik X-Git-Tag: releases/gcc-4.3.0~4597 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c846e485db35a7e37357309524ff80ad27ffd67d;p=thirdparty%2Fgcc.git 2007-06-06 Benjamin Kosnik Frank Mori Hess Co-Authored-By: Frank Mori Hess From-SVN: r125485 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4655e73aa018..14407afd32b6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-06-06 Benjamin Kosnik + Frank Mori Hess + + * docs/html/debug.html: Correct link. + 2007-06-02 Paolo Carlini * 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 f2f4c63e539a..09a1677239c9 100644 --- a/libstdc++-v3/docs/html/debug.html +++ b/libstdc++-v3/docs/html/debug.html @@ -420,7 +420,7 @@

Tracking uncaught exceptions

-

The verbose termination handler +

The verbose termination handler gives information about uncaught exceptions which are killing the program. It is described in the linked-to page.