binutils/testsuite/

* binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
This commit is contained in:
Thomas Schwinge 2012-06-07 15:34:23 +00:00
parent 8efd7788e8
commit fbb3cb696f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-06-07 Thomas Schwinge <thomas@codesourcery.com>
* binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/hppa/objdump.exp: Expect addend as signed.

View File

@ -18,6 +18,7 @@
if {!([istarget "i*86-*-linux*"]
|| [istarget "i*86-*-gnu*"]
|| [istarget "i*86-*-nacl*"]
|| [istarget "x86_64-*-linux*"]
|| [istarget "x86_64-*-nacl*"])
|| ![is_elf_format]
|| [is_remote host]} then {