Check byte/word registers on x86_64

* gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
	* gdb.arch/i386-word.exp: Likewise.
This commit is contained in:
H.J. Lu 2012-10-11 17:41:33 +00:00
parent 31224d9db8
commit 7d46bcdc05
3 changed files with 7 additions and 2 deletions

View 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

View 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
}

View 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
}