Run data-1 only for i*86, x86_64 and ia64.

2010-08-02  H.J. Lu  <hongjiu.lu@intel.com>

	* elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.
This commit is contained in:
H.J. Lu 2010-08-02 22:05:23 +00:00
parent 3ff2ccb075
commit ed9465a713
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
* elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.
2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
PR gas/11867

View File

@ -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"