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>
+
+ * 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
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"