This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed, PATCH] x32: Update baseline_symbols.txt
- From: Jakub Jelinek <jakub at redhat dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Sun, 18 Jun 2017 19:38:34 +0200
- Subject: Re: [committed, PATCH] x32: Update baseline_symbols.txt
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jakub at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 3DEF24E4C8
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 3DEF24E4C8
- References: <20170618164539.GA16426@gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sun, Jun 18, 2017 at 09:45:39AM -0700, H.J. Lu wrote:
> PR libstdc++/81092
> * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated.
> ---
> libstdc++-v3/ChangeLog | 5 +++++
> .../config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt | 5 +++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
> index aad8ed4..eebb326 100644
> --- a/libstdc++-v3/ChangeLog
> +++ b/libstdc++-v3/ChangeLog
> @@ -1,3 +1,8 @@
> +2017-06-18 H.J. Lu <hongjiu.lu@intel.com>
> +
> + PR libstdc++/81092
> + * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated.
> +
> 2017-06-18 Andreas Schwab <schwab@linux-m68k.org>
Could you please also update gcc-7-branch?
It doesn't have the:
> +FUNC:_ZNKSt13random_device13_M_getentropyEv@@GLIBCXX_3.4.25
> +OBJECT:0:GLIBCXX_3.4.25
entries but the rest should be there.
Jakub