From: H.J. Lu Date: Mon, 2 Aug 2010 22:05:23 +0000 (+0000) Subject: Run data-1 only for i*86, x86_64 and ia64. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed9465a7130cf1a0d18843c701105b5f7b17047f;p=binutils-gdb.git Run data-1 only for i*86, x86_64 and ia64. 2010-08-02 H.J. Lu * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e3b76a3cb7a..b5d066695a6 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-08-02 H.J. Lu + + * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64. + 2010-08-02 H.J. Lu PR gas/11867 diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index e06db46a952..0dcc00082cf 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -127,7 +127,12 @@ if { ([istarget "*-*-*elf*"] run_dump_test equ-reloc } } - run_dump_test "data-1" + if {[istarget "i*86-*-*"] + || [istarget "x86_64-*-*"] + || [istarget "ia64-*-*"]} then { + # This is a little endian test. + run_dump_test "data-1" + } run_dump_test "pseudo" run_dump_test "section0" run_dump_test "section1"