Index: gdb/testsuite/gdb.arch/amd64-dword.exp |
diff --git a/gdb/testsuite/gdb.arch/amd64-dword.exp b/gdb/testsuite/gdb.arch/amd64-dword.exp |
index d2ac584138f6f74e6f1ff8cb55ca893615d6d227..a1f615caa8006818af9eb634a04162010cbdb2e1 100644 |
--- a/gdb/testsuite/gdb.arch/amd64-dword.exp |
+++ b/gdb/testsuite/gdb.arch/amd64-dword.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 dword register tests." |
@@ -32,7 +28,7 @@ set testfile "amd64-dword" |
set srcfile amd64-pseudo.c |
set binfile ${objdir}/${subdir}/${testfile} |
-if [get_compiler_info ${binfile}] { |
+if [get_compiler_info] { |
return -1 |
} |