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 93feac910c165c2804f9747f232f482e0d2b8067..475bdd8700802ec1f2f6142e0f35157734a06640 100644 (file)
@@ -1,3 +1,8 @@
+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
index 38e8c4d884e90d283238683174e6d5f2078997de..d34941ef6623557a4b817b2e468d7e662ff34578 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 fb402fbb769683acfff605b3451548df4ee24aca..b0439a0613fce1efc78142e6362aefaf6be70821 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
 }