| Index: gdb/testsuite/gdb.base/sizeof.exp
|
| diff --git a/gdb/testsuite/gdb.base/sizeof.exp b/gdb/testsuite/gdb.base/sizeof.exp
|
| index dcd0f650c2c3c5957a690760a0fbdbda3109d80b..0c64e013f7b7af53e3da56d061067dc28f3c8f36 100644
|
| --- a/gdb/testsuite/gdb.base/sizeof.exp
|
| +++ b/gdb/testsuite/gdb.base/sizeof.exp
|
| @@ -20,10 +20,6 @@ if [target_info exists gdb,noinferiorio] {
|
| continue
|
| }
|
|
|
| -if $tracelevel {
|
| - strace $tracelevel
|
| -}
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -36,7 +32,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
| return -1
|
| }
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
|
|