diff mbox

[libstdc++] Add support for std::uncaught_exceptions

Message ID 20150427205322.GR3618@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely April 27, 2015, 8:53 p.m. UTC
On 27/04/15 21:40 +0100, Jonathan Wakely wrote:
>Tested x86_64-linux and powerpc64le-linux. Committed to trunk.
>
>The baseline_symbols changes aren't needed now and I tweaked the
>gnu.ver file slightly.

Ville noticed a typo in a comment I added, fixed like so.
diff mbox

Patch

commit c595cfa88c9d38f333b262635a1c32744e3ce054
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Apr 27 21:51:53 2015 +0100

    2015-04-27  Ville Voutilainen  <ville.voutilainen@gmail.com>
    
    	* config/abi/pre/gnu.ver: Fix comment.

diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index 4ed683c..2da04e4 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -1864,7 +1864,7 @@  GLIBCXX_3.4.21 {
 
 GLIBCXX_3.4.22 {
 
-    # std::uncaught_exception()
+    # std::uncaught_exceptions()
     _ZSt19uncaught_exceptionsv;
 
 } GLIBCXX_3.4.21;