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:
parent
31224d9db8
commit
7d46bcdc05
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user