From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32757 invoked by alias); 5 Sep 2012 04:33:52 -0000 Received: (qmail 32740 invoked by uid 22791); 5 Sep 2012 04:33:50 -0000 X-SWARE-Spam-Status: No, hits=-5.9 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,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; Wed, 05 Sep 2012 04:33:28 +0000 Received: by pbbro12 with SMTP id ro12so293414pbb.0 for ; Tue, 04 Sep 2012 21:33:28 -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 :content-type:x-system-of-record:x-gm-message-state; bh=EXvhCrv7QdKGYSPMuADS/0xWokirxtabvRFKMP4d9aA=; b=XAEFcyjWBT9b0sbZTzWQeGKpvRkhtnDrzM5lIJ2RExf4+BcEtBvAaT7Hd0YG3BOk4l XC8wdNyAS5Kn64GTZ/iKf1HssfpkVeOga/bStr0dWZqK7ENsAzi2AgmHyBvHyYo97ZGL 5v27I3B9I2QsBxCxU1rORvfg7jfHSSroesjllj/XrxahpI5rVpw3M4ueG2qo5D4Fs4m5 Va4VQnW0z95tlmcfEIKnjPRnDjw4JRa02tHpxcb551r+p3LLF35A1CtZTUIwmaEZ8Aax 5R3i2P34BNCsU9aBUvWrw8otZxNQS0T0ipFMfIWHdHJ49mtR9wZcNiRtQh2VROtq2quU VMiw== Received: by 10.68.221.72 with SMTP id qc8mr51088282pbc.63.1346819608133; Tue, 04 Sep 2012 21:33:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.221.72 with SMTP id qc8mr51088234pbc.63.1346819607622; Tue, 04 Sep 2012 21:33:27 -0700 (PDT) Received: by 10.68.129.170 with HTTP; Tue, 4 Sep 2012 21:33:27 -0700 (PDT) In-Reply-To: <20120905034538.GS3159@bubble.grove.modra.org> References: <20120905034538.GS3159@bubble.grove.modra.org> Date: Wed, 05 Sep 2012 04:33:00 -0000 Message-ID: Subject: Re: [GOLD] testsuite tweaks for powerpc From: Ian Lance Taylor To: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQl/XzrugAe7XS5dVZ9yJL2Z9Oy28N0Kiv1aHRz9UrE9s85xPNSEyY7fVMtiv835VWk/B6VJLViM527txYqzWkz54l/mZEtOtbMPRE8rpia3KiovWURkFcadU1JCZruaq+fSAN5JHTJIwFGApQEZ5Md9wEX4piTlJoqhz5jTk3a2E6/d6d5lft2TW/hW6UHvHV1KVMDf 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/msg00053.txt.bz2 On Tue, Sep 4, 2012 at 8:45 PM, Alan Modra wrote: > > * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. > * configure: Regenerate. > * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm. > (plugin_final_layout.stdout): Likewise. > (memory_test): Set page sizes to 0x1000. > * testsuite/Makefile.in: Regenerate. > * testsuite/discard_locals_test.sh: Add FIXME comment. > * testsuite/justsyms_exec.c: Disable function test for powerpc64. > * testsuite/pr14265.t: Add .got output section statement. > * testsuite/script_test_2.t: Likewise. > * testsuite/script_test_3.t: Likewise. > * testsuite/script_test_4.t: Likewise. > * testsuite/script_test_5.t: Likewise. > * testsuite/script_test_6.t: Likewise. > * testsuite/script_test_7.t: Likewise. > * testsuite/script_test_9.t: Likewise. This is OK. Thanks. Ian