From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1455 invoked by alias); 13 Dec 2004 13:05:28 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 1422 invoked from network); 13 Dec 2004 13:05:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 13 Dec 2004 13:05:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBDD5JF1013133 for ; Mon, 13 Dec 2004 08:05:19 -0500 Received: from localhost (mail@vpn50-59.rdu.redhat.com [172.16.50.59]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBDD5Jr07705 for ; Mon, 13 Dec 2004 08:05:19 -0500 Received: from rsandifo by localhost with local (Exim 3.35 #1) id 1Cdpt7-0005z6-00 for binutils@sources.redhat.com; Mon, 13 Dec 2004 13:05:17 +0000 To: binutils@sources.redhat.com Subject: Small MIPS gas testsuite fix From: Richard Sandiford Date: Mon, 13 Dec 2004 13:05:00 -0000 Message-ID: <87is7673hu.fsf@redhat.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-12/txt/msg00148.txt.bz2 The new elf-rel25 tests assumed that .text will be padded to 16 bytes. This was causing bogus failures on mips64-elf. Patched tested on mips-elf, mips64-elf, mipsisa64el-elf and mips64-linux-gnu. Applied as obvious. Richard * gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different .text alignments. Index: gas/testsuite/gas/mips/elf-rel25.d =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/mips/elf-rel25.d,v retrieving revision 1.1 diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.1 elf-rel25.d --- gas/testsuite/gas/mips/elf-rel25.d 10 Dec 2004 19:48:42 -0000 1.1 +++ gas/testsuite/gas/mips/elf-rel25.d 13 Dec 2004 12:58:44 -0000 @@ -12,4 +12,4 @@ 0+00 <.*>: .*: 279c0000 addiu \$28,\$28,0 .*: R_MIPS_LO16 _gp_disp .*: 0399e021 addu \$28,\$28,\$25 -.*: 00000000 nop +#pass Index: gas/testsuite/gas/mips/elf-rel25a.d =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/mips/elf-rel25a.d,v retrieving revision 1.1 diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.1 elf-rel25a.d --- gas/testsuite/gas/mips/elf-rel25a.d 10 Dec 2004 19:48:42 -0000 1.1 +++ gas/testsuite/gas/mips/elf-rel25a.d 13 Dec 2004 12:58:44 -0000 @@ -12,4 +12,4 @@ 0+00 <.*>: .*: R_MIPS_HI16 _gp .*: 279c0000 addiu \$28,\$28,0 .*: R_MIPS_LO16 _gp - \.\.\. +#pass