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:
parent
3ff2ccb075
commit
ed9465a713
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user