diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-06-07 15:34:23 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-06-07 15:34:23 +0000 |
commit | fbb3cb696f293a5870b3d1399281ec7605803186 (patch) | |
tree | 35cdc06050b5f5aad97e5a1423082fb48aa05aaa /binutils | |
parent | 8efd7788e88566c3da85647c39735da2de0fac07 (diff) | |
download | gdb-fbb3cb696f293a5870b3d1399281ec7605803186.zip gdb-fbb3cb696f293a5870b3d1399281ec7605803186.tar.gz gdb-fbb3cb696f293a5870b3d1399281ec7605803186.tar.bz2 |
binutils/testsuite/
* binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/i386/i386.exp | 1 |
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 { |