Index: gdb/testsuite/gdb.arch/i386-avx.exp |
diff --git a/gdb/testsuite/gdb.arch/i386-avx.exp b/gdb/testsuite/gdb.arch/i386-avx.exp |
index e66af42ef67c3e46df53fd1859faa61546745309..52a6e4aa8f52966ff7050a4bc11c642c72f0e510 100644 |
--- a/gdb/testsuite/gdb.arch/i386-avx.exp |
+++ b/gdb/testsuite/gdb.arch/i386-avx.exp |
@@ -18,10 +18,6 @@ |
# This file is part of the gdb testsuite. |
-if $tracelevel { |
- strace $tracelevel |
-} |
- |
if { ![istarget i?86-*-*] && ![istarget x86_64-*-* ] } { |
verbose "Skipping x86 AVX tests." |
@@ -32,7 +28,7 @@ set testfile "i386-avx" |
set srcfile ${testfile}.c |
set binfile ${objdir}/${subdir}/${testfile} |
-if [get_compiler_info ${binfile}] { |
+if [get_compiler_info] { |
return -1 |
} |