public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: Ville Voutilainen <ville.voutilainen@gmail.com>
Cc: libstdc++@gcc.gnu.org,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions
Date: Mon, 27 Apr 2015 20:53:00 -0000	[thread overview]
Message-ID: <20150427205322.GR3618@redhat.com> (raw)
In-Reply-To: <20150427204029.GQ3618@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

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.

[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 631 bytes --]

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;

  reply	other threads:[~2015-04-27 20:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-12 23:24 Ville Voutilainen
2015-04-13  8:29 ` Jonathan Wakely
2015-04-15 17:10 ` Daniel Gutson
2015-04-16 14:57   ` Jonathan Wakely
2015-04-27 20:40 ` Jonathan Wakely
2015-04-27 20:53   ` Jonathan Wakely [this message]
2015-04-28 12:36     ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150427205322.GR3618@redhat.com \
    --to=jwakely@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    --cc=ville.voutilainen@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).