From patchwork Wed Feb 29 17:45:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 143801 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 2D542B6F62 for ; Thu, 1 Mar 2012 04:45:58 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1331142360; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Received-SPF:Received:MIME-Version:Received:Received:In-Reply-To: References:Date:Message-ID:Subject:From:To:Cc:Content-Type: Content-Transfer-Encoding:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=JFcStxBUzU7Qdtb+YfdBCx3jhCM=; b=UoF8FcoEZiXqKRE 6mVIENBGrrqVM1PvPoROkrZEsUH0K8KO9QWYJXWQCvJJ/Rl13TxI0h41Ycy92i0N VW4rnEB32dYyaGTMoxN0GRF/gvC0mEdOC0ld6o2O0Qm1oW2Hn5xeWpxyGDinMKAW Mnr7jHkAHbdsul07fa5pgcTfALzg= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received-SPF:Authentication-Results:Received:MIME-Version:Received:Received:In-Reply-To:References:Date:Message-ID:Subject:From:To:Cc:Content-Type:Content-Transfer-Encoding:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=nR3vHlGjTn6exTZKrEuEi55Aj3coIYoPRECC0+mHbhgDDdpNLWlXDhsyuv7Y8Z 3rRSRoqHcuhcThXMuNpUMlepaPOXhMv0+lS0SuUPM6PV3KyOT3X+/GmxVyPj31GM ZIA7IQgjcyT50Vga+Lennpnh+g7dgOoePPdO7jzE+xFvY=; Received: (qmail 25681 invoked by alias); 29 Feb 2012 17:45:47 -0000 Received: (qmail 25658 invoked by uid 22791); 29 Feb 2012 17:45:42 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-bk0-f47.google.com (HELO mail-bk0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Feb 2012 17:45:26 +0000 Received: by bkcjg15 with SMTP id jg15so3999381bkc.20 for ; Wed, 29 Feb 2012 09:45:24 -0800 (PST) Received-SPF: pass (google.com: domain of hjl.tools@gmail.com designates 10.204.128.132 as permitted sender) client-ip=10.204.128.132; Authentication-Results: mr.google.com; spf=pass (google.com: domain of hjl.tools@gmail.com designates 10.204.128.132 as permitted sender) smtp.mail=hjl.tools@gmail.com; dkim=pass header.i=hjl.tools@gmail.com Received: from mr.google.com ([10.204.128.132]) by 10.204.128.132 with SMTP id k4mr744663bks.26.1330537524348 (num_hops = 1); Wed, 29 Feb 2012 09:45:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.128.132 with SMTP id k4mr606909bks.26.1330537524218; Wed, 29 Feb 2012 09:45:24 -0800 (PST) Received: by 10.204.232.71 with HTTP; Wed, 29 Feb 2012 09:45:24 -0800 (PST) In-Reply-To: References: <20120227151842.GS18768@tyan-ft48-01.lab.bos.redhat.com> Date: Wed, 29 Feb 2012 09:45:24 -0800 Message-ID: Subject: Re: [PATCH] Further update baseline_symbols.txt From: "H.J. Lu" To: Jonathan Wakely Cc: Jakub Jelinek , libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On Mon, Feb 27, 2012 at 7:21 AM, Jonathan Wakely wrote: > On 27 February 2012 15:18, Jakub Jelinek wrote: >> Hi! >> >> Apparently after I've updated baseline_symbols.txt >> files for a couple of targets Jonathan added some extra >> exported symbols.  This patch adds them. >> Ok for trunk? > > OK - thanks. I checked in this as an obvious change to also update x32 aseline_symbols.txt. Tested with Linux/x32. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 98f8ea9..90db3c5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2012-02-29 H.J. Lu + + * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Update. + 2012-02-28 Benjamin Kosnik PR libstdc++/52191 diff --git a/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt b/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt index 68ed545..551e738 100644 --- a/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt +++ b/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt @@ -43,6 +43,10 @@ FUNC:_ZN11__gnu_debug19_Safe_sequence_base13_M_detach_allEv@@GLIBCXX_3.4 FUNC:_ZN11__gnu_debug19_Safe_sequence_base18_M_detach_singularEv@@GLIBCXX_3.4 FUNC:_ZN11__gnu_debug19_Safe_sequence_base22_M_revalidate_singularEv@@GLIBCXX_3.4 FUNC:_ZN11__gnu_debug19_Safe_sequence_base7_M_swapERS0_@@GLIBCXX_3.4 +FUNC:_ZN11__gnu_debug25_Safe_local_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb@@GLIBCXX_3.4.17 +FUNC:_ZN11__gnu_debug25_Safe_local_iterator_base9_M_detachEv@@GLIBCXX_3.4.17 +FUNC:_ZN11__gnu_debug30_Safe_unordered_container_base13_M_detach_allEv@@GLIBCXX_3.4.17 +FUNC:_ZN11__gnu_debug30_Safe_unordered_container_base7_M_swapERS0_@@GLIBCXX_3.4.17 FUNC:_ZN14__gnu_parallel9_Settings3getEv@@GLIBCXX_3.4.10 FUNC:_ZN14__gnu_parallel9_Settings3setERS0_@@GLIBCXX_3.4.10