binutils/testsuite/
authorThomas Schwinge <tschwinge@gnu.org>
Thu, 7 Jun 2012 15:34:23 +0000 (15:34 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Thu, 7 Jun 2012 15:34:23 +0000 (15:34 +0000)
* binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/i386/i386.exp

index 04b775ea53c3c11f1ae790d5eced39ce351fbba8..bb777f16cdf01af8e865fe51c318573a1233eac8 100644 (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.
index d06501a74ac1b10457a0227112c4856ade803a7f..4b9fffdca0dc1fa97fae9111550a14329cda8468 100644 (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 {
This page took 0.026212 seconds and 4 git commands to generate.