| Index: gdb/testsuite/gdb.base/corefile.exp
|
| diff --git a/gdb/testsuite/gdb.base/corefile.exp b/gdb/testsuite/gdb.base/corefile.exp
|
| index a91efd1fa0875ad621cb91d39987efd7fe2129d1..b9fc7dca94fdb9fe2afdfa0c62b71f2eaf47a4b7 100644
|
| --- a/gdb/testsuite/gdb.base/corefile.exp
|
| +++ b/gdb/testsuite/gdb.base/corefile.exp
|
| @@ -15,10 +15,6 @@
|
|
|
| # This file was written by Fred Fish. (fnf@cygnus.com)
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| # are we on a target board
|
| if ![isnative] then {
|
| @@ -35,7 +31,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
|
|
| # Create and source the file that provides information about the compiler
|
| # used to compile the test case.
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
|
|