From patchwork Mon Nov 19 20:42:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 200152 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 6F2FB2C0080 for ; Tue, 20 Nov 2012 07:42:21 +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=1353962542; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Date:From:To:Subject:Message-ID:Reply-To: MIME-Version:Content-Type:Content-Disposition:User-Agent: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=nspezczzPujgSJlgbHO8 6S1w67E=; b=JX/yhX9mAY5g0KgN0sxc14S7dhcGMGeMY5bazgb98MQqNoT+3Wdt Vh3zrUOBhK799ldwSSUJDhhMznCAluYu+FMqUNJlTYmLPldmeGEEhVM+vmbw9CrU Ddb5QoB7K8JN+cZX8ZFiaB9e6A1ZNsCmtZZJc4M2m9NwRYg+u+cbGJ4= 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:Received:Received:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=FHLEWV5EeXMLzmEOQHrV6Cap7ZBZn/WK51DmKRDv2Tq1/vqDlzlyxM7iSGKrZm TaIZ1J7FekiWX9AC75VaZMuont3xTcof+0uA3YKH1Vt6EzOA5GS7HU7qFKWveYrk mpoeLXfMlbw+iRRXIOWbIm7opRFkIrcU5z8YW0oerKqpU=; Received: (qmail 19556 invoked by alias); 19 Nov 2012 20:42:14 -0000 Received: (qmail 19511 invoked by uid 22791); 19 Nov 2012 20:42:13 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_PASS, TW_YM X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Nov 2012 20:42:08 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAJKg82I011115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Nov 2012 15:42:08 -0500 Received: from zalov.redhat.com (vpn1-6-134.ams2.redhat.com [10.36.6.134]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qAJKg6uv008282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Nov 2012 15:42:07 -0500 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.redhat.com (8.14.5/8.14.5) with ESMTP id qAJKg5wA021014 for ; Mon, 19 Nov 2012 21:42:06 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id qAJKg5xf021013 for gcc-patches@gcc.gnu.org; Mon, 19 Nov 2012 21:42:05 +0100 Date: Mon, 19 Nov 2012 21:42:05 +0100 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix libgcc GCC_4.8.0 symver (PR bootstrap/55370) Message-ID: <20121119204205.GN2315@tucnak.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 Hi! The GCC_4.8.0 symver is used in several *.ver files now, but without %inherit for it the version script maker does the wrong thing, e.g. puts two local: *; lines into the version script. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2012-11-19 Jakub Jelinek PR bootstrap/55370 * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it. Jakub --- libgcc/libgcc-std.ver.in.jj 2011-11-28 17:57:58.000000000 +0100 +++ libgcc/libgcc-std.ver.in 2012-11-19 10:28:11.340499113 +0100 @@ -1935,3 +1935,7 @@ GCC_4.7.0 { __splitstack_resetcontext __splitstack_releasecontext } + +%inherit GCC_4.8.0 GCC_4.7.0 +GCC_4.8.0 { +}