From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2177 invoked by alias); 11 Sep 2014 00:12:37 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 2155 invoked by uid 89); 11 Sep 2014 00:12:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f180.google.com Received: from mail-pd0-f180.google.com (HELO mail-pd0-f180.google.com) (209.85.192.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 11 Sep 2014 00:12:35 +0000 Received: by mail-pd0-f180.google.com with SMTP id ft15so10078706pdb.11 for ; Wed, 10 Sep 2014 17:12:34 -0700 (PDT) X-Received: by 10.70.119.97 with SMTP id kt1mr70341640pdb.54.1410394354189; Wed, 10 Sep 2014 17:12:34 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-155-134.oycza5.sa.bigpond.net.au. [58.160.155.134]) by mx.google.com with ESMTPSA id y1sm3517705pbt.74.2014.09.10.17.12.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Sep 2014 17:12:33 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 185E0EA00A7; Thu, 11 Sep 2014 09:42:26 +0930 (CST) Date: Thu, 11 Sep 2014 00:12:00 -0000 From: Alan Modra To: Jakub Jelinek Cc: libffi-discuss@sourceware.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix up libffi linux64*.S for ppc32-linux Message-ID: <20140911001225.GW17693@bubble.grove.modra.org> Mail-Followup-To: Jakub Jelinek , libffi-discuss@sourceware.org, gcc-patches@gcc.gnu.org References: <20140910144833.GJ17454@tucnak.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140910144833.GJ17454@tucnak.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014/txt/msg00083.txt.bz2 On Wed, Sep 10, 2014 at 04:48:33PM +0200, Jakub Jelinek wrote: > * src/powerpc/linux64.S: Emit .note.GNU-stack even when > POWERPC64 is not defined. > * src/powerpc/linux64_closure.S: Likewise. Also test _CALL_ELF == 2. Looks reasononable to me, and oops, I think I introduced this problem when adding ELFv2 support by moving those notes. -- Alan Modra Australia Development Lab, IBM