| Index: gdb/testsuite/gdb.arch/amd64-word.exp
|
| diff --git a/gdb/testsuite/gdb.arch/amd64-word.exp b/gdb/testsuite/gdb.arch/amd64-word.exp
|
| index 47d5ba04df237f9a76da57f584093c03429efe54..62075183c1adf376282f7b35ec8e45a4eda5266a 100644
|
| --- a/gdb/testsuite/gdb.arch/amd64-word.exp
|
| +++ b/gdb/testsuite/gdb.arch/amd64-word.exp
|
| @@ -18,10 +18,6 @@
|
|
|
| # This file is part of the gdb testsuite.
|
|
|
| -if $tracelevel {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| if { ![istarget x86_64-*-* ] || ![is_lp64_target] } {
|
| verbose "Skipping amd64 word register tests."
|
| @@ -32,7 +28,7 @@ set testfile "amd64-word"
|
| set srcfile amd64-pseudo.c
|
| set binfile ${objdir}/${subdir}/${testfile}
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1
|
| }
|
|
|
|
|