Check byte/word registers on x86_64
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 11 Oct 2012 17:41:33 +0000 (17:41 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 11 Oct 2012 17:41:33 +0000 (17:41 +0000)
* gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
* gdb.arch/i386-word.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-byte.exp
gdb/testsuite/gdb.arch/i386-word.exp

index 93feac9..475bdd8 100644 (file)
@@ -1,5 +1,10 @@
 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
+       * gdb.arch/i386-word.exp: Likewise.
+
+2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
+
        * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
        is_ilp32_target to set nr_regs.
        * gdb.arch/i386-sse.exp: Likewise.
index 38e8c4d..d34941e 100644 (file)
@@ -19,7 +19,7 @@
 # This file is part of the gdb testsuite.
 
 
-if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_ilp32_target] } then {
+if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"])} then {
     verbose "Skipping i386 byte register tests."
     return
 }
index fb402fb..b0439a0 100644 (file)
@@ -19,7 +19,7 @@
 # This file is part of the gdb testsuite.
 
 
-if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_ilp32_target] } then {
+if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"])} then {
     verbose "Skipping i386 word register tests."
     return
 }