| Index: gdb/testsuite/gdb.arch/i386-word.exp
|
| diff --git a/gdb/testsuite/gdb.arch/i386-word.exp b/gdb/testsuite/gdb.arch/i386-word.exp
|
| index 701e42843c0ff693790548600e7fcd128fe66482..fb402fbb769683acfff605b3451548df4ee24aca 100644
|
| --- a/gdb/testsuite/gdb.arch/i386-word.exp
|
| +++ b/gdb/testsuite/gdb.arch/i386-word.exp
|
| @@ -18,10 +18,6 @@
|
|
|
| # This file is part of the gdb testsuite.
|
|
|
| -if $tracelevel {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_ilp32_target] } then {
|
| verbose "Skipping i386 word register tests."
|
| @@ -32,7 +28,7 @@ set testfile "i386-word"
|
| set srcfile i386-pseudo.c
|
| set binfile ${objdir}/${subdir}/${testfile}
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1
|
| }
|
|
|
|
|