public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Torvald Riegel <triegel@redhat.com>,
	GCC Patches <gcc-patches@gcc.gnu.org>
Cc: Jason Merrill <jason@redhat.com>
Subject: Re: [PATCH] libitm: Support sized delete.
Date: Thu, 29 Oct 2015 19:40:00 -0000	[thread overview]
Message-ID: <563275CB.6080307@redhat.com> (raw)
In-Reply-To: <1446142772.7192.12.camel@localhost.localdomain>

On 10/29/2015 11:19 AM, Torvald Riegel wrote:
> diff --git a/libitm/libitm.map b/libitm/libitm.map
> index 21bcfdf..7fc9a41 100644
> --- a/libitm/libitm.map
> +++ b/libitm/libitm.map
> @@ -168,10 +168,12 @@ LIBITM_1.0 {
>  	_ZGTtnw?;
>  	_ZGTtna?;
>  	_ZGTtdlPv;
> +	_ZGTtdlPv?;
>  	_ZGTtdaPv;
>  	_ZGTtnw?RKSt9nothrow_t;
>  	_ZGTtna?RKSt9nothrow_t;
>  	_ZGTtdlPvRKSt9nothrow_t;
> +	_ZGTtdlPv?RKSt9nothrow_t;
>  	_ZGTtdaPvRKSt9nothrow_t;
>  
>  	_ITM_cxa_allocate_exception;

Everything looks good except for this part.  The new symbols need to go into a
new symbol version.  C.f. libatomic.map for the syntax.


r~

  reply	other threads:[~2015-10-29 19:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29 18:35 Torvald Riegel
2015-10-29 19:40 ` Richard Henderson [this message]
2015-10-30 10:06   ` Torvald Riegel
2015-10-30 17:27     ` Richard Henderson
2015-11-03 10:46       ` Torvald Riegel

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=563275CB.6080307@redhat.com \
    --to=rth@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jason@redhat.com \
    --cc=triegel@redhat.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).