From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28432 invoked by alias); 6 Sep 2012 04:40:37 -0000 Received: (qmail 28424 invoked by uid 22791); 6 Sep 2012 04:40:34 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Sep 2012 04:40:22 +0000 Received: by pbbro12 with SMTP id ro12so2161056pbb.0 for ; Wed, 05 Sep 2012 21:40:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=uANUAbfLmj6mBr/kMF5mdPxTsV4Q7OLM0FfwXoCLLzc=; b=EZFxW/f8WefmkA6awyu+AHHi7VQAXNatEycsiKZ+3EOZzDPe6alEnAxzWE4K43ImlP MFvqnLjfSYSYeOMMX3MeKlj1eBiaWumVevkfJKpHDZ+KXj4P/Z5dzTJbULy8FjWs0MCw BHWDpqPXElhj1qmoMgIo3CkzxICt/ILDL8TRNjSwTgrcaSBF10dWH3xZ31Ieyccu+r/K 9P8bXkGz2z8drvPPNv44E0kZygaHaJXkaFQaMQXTM4/665Ji7iYjUwvvBsFS0wE6wTs3 cK5c7m6QlXJtMjC0rW9FSp6QCIlbR+0rEABCIpmEDyuV8dPW+yZBD4g1UBqM5DiGV3Dh uEpg== Received: by 10.68.129.38 with SMTP id nt6mr2989537pbb.76.1346906421808; Wed, 05 Sep 2012 21:40:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.129.38 with SMTP id nt6mr2989518pbb.76.1346906421690; Wed, 05 Sep 2012 21:40:21 -0700 (PDT) Received: by 10.68.129.170 with HTTP; Wed, 5 Sep 2012 21:40:21 -0700 (PDT) In-Reply-To: References: <20120905034538.GS3159@bubble.grove.modra.org> Date: Thu, 06 Sep 2012 04:40:00 -0000 Message-ID: Subject: Re: [GOLD] testsuite tweaks for powerpc From: Ian Lance Taylor To: "H.J. Lu" Cc: binutils@sourceware.org, Alan Modra Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQmROqmqew/fRf2s+ZTsKPmsEUTy0NkmMYO9CctolTMbBNXM5L7T7AEVt06D7mKlOn4CfwCkTVQln1GAa6Rz+o6OEiTB4mgVYVag6KKvCzI4FKtvn3+fIzd+vaaE2Cz2ynM/zEmc+VPfWL02AExUU+9QJttkJqzwRg3HEkR3PaHzvxzA7nwAbvLUuoiWw2rSQ0eL3gPq X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00069.txt.bz2 On Wed, Sep 5, 2012 at 9:26 PM, H.J. Lu wrote: > I think they work by pure luck on other targets. > This patch fixes those 3 failures on x32. I didn't > change other linker scripts since they don't cause > any failures. This is OK. Thanks. Ian