From patchwork Sat Sep 6 05:17:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 386591 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id ACC721400E9 for ; Sat, 6 Sep 2014 15:17:58 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=NNbH73JZHu1fM1mmrD9OYrlBJfUS5iaDZirIrLj+H/q+qNp3imLY0 PfAasMrl2c3z+AVNeH+PlREeiWI9KSiVQFM7reElzqqR1JcSB78QyCgtOLFq0eQE y4g964K8ajeE9G1Klh7OOuTXVF+hAfc7YKJqGX1H9TVabzvu1QQz5I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=NiomGiDYfXh7iaFyB4wQSd8n1FM=; b=QZIRt7S1+RDsSVAVpv1Yp/N3HJGF kQogliD6i0kL2cLEsCDeZQMrlulNNuliWNf2CFy6J3YLIwiBKn2GjZJ00Ulc0ySd ILpiXcI60Lenbmboac/MyCe5J/YXykjUFNAb7gMOI1dnbfZ/4oS10dOW75I8PrLH BnxAgMyytwZfjj4= Received: (qmail 7347 invoked by alias); 6 Sep 2014 05:17:50 -0000 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 Received: (qmail 7336 invoked by uid 89); 6 Sep 2014 05:17:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: qmta02.emeryville.ca.mail.comcast.net Received: from qmta02.emeryville.ca.mail.comcast.net (HELO qmta02.emeryville.ca.mail.comcast.net) (76.96.30.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 06 Sep 2014 05:17:48 +0000 Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta02.emeryville.ca.mail.comcast.net with comcast id nhBC1o0030x6nqcA2hHmkX; Sat, 06 Sep 2014 05:17:46 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by omta12.emeryville.ca.mail.comcast.net with comcast id nhHj1o00N2ztT3H8YhHlYi; Sat, 06 Sep 2014 05:17:45 +0000 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Build breakage on darwin and pa64-hpux [was Re: Use -fbuilding-libgcc for more target macros used in libgcc] From: Mike Stump In-Reply-To: <20140905225958.0DE7FFF@mailhost.lps.ens.fr> Date: Fri, 5 Sep 2014 22:17:07 -0700 Cc: gcc-patches@gcc.gnu.org, iant@google.com, joseph@codesourcery.com, dmalcolm@redhat.com Message-Id: References: <20140905225958.0DE7FFF@mailhost.lps.ens.fr> To: Dominique Dhumieres X-IsSubscribed: yes On Sep 5, 2014, at 3:59 PM, Dominique Dhumieres wrote: > See pr63188 for darwin. The same patch should probably > fix the problem for hppa64-hpux* too. Thanks. Committed revision 214983. Index: ChangeLog =================================================================== --- ChangeLog (revision 214981) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2014-09-05 Dominique Dhumieres + + PR target/63188 + * config/darwin.h (INIT_SECTION_ASM_OP): Define to "". + * config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise. + 2014-09-05 Easwaran Raman PR rtl-optimization/62146 Index: config/darwin.h =================================================================== --- config/darwin.h (revision 214981) +++ config/darwin.h (working copy) @@ -499,7 +499,7 @@ extern GTY(()) int darwin_ms_struct; #define NO_PROFILE_COUNTERS 1 #undef INIT_SECTION_ASM_OP -#define INIT_SECTION_ASM_OP +#define INIT_SECTION_ASM_OP "" #undef INVOKE__main Index: config/pa/pa64-hpux.h =================================================================== --- config/pa/pa64-hpux.h (revision 214981) +++ config/pa/pa64-hpux.h (working copy) @@ -336,7 +336,7 @@ do { \ the sections are not actually used. However, we still must provide defines to select the proper code path. */ #undef INIT_SECTION_ASM_OP -#define INIT_SECTION_ASM_OP +#define INIT_SECTION_ASM_OP "" #undef FINI_SECTION_ASM_OP #define FINI_SECTION_ASM_OP