aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/testsuite/ChangeLog4
-rw-r--r--binutils/testsuite/binutils-all/i386/i386.exp1
2 files changed, 5 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 04b775e..bb777f1 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -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.
diff --git a/binutils/testsuite/binutils-all/i386/i386.exp b/binutils/testsuite/binutils-all/i386/i386.exp
index d06501a..4b9fffd 100644
--- a/binutils/testsuite/binutils-all/i386/i386.exp
+++ b/binutils/testsuite/binutils-all/i386/i386.exp
@@ -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 {