| Index: gdb/testsuite/gdb.base/long_long.exp
|
| diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp
|
| index fd33bfd237182c7d7291c359461a86cb85f220de..880a078606d16f2b112022d546a60c4c95fdb83c 100644
|
| --- a/gdb/testsuite/gdb.base/long_long.exp
|
| +++ b/gdb/testsuite/gdb.base/long_long.exp
|
| @@ -18,10 +18,6 @@
|
| # long_long.exp Test printing of 64-bit things in 32-bit gdb.
|
| # Also test differnet kinds of formats.
|
| #
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| if [target_info exists no_long_long] {
|
| return 0
|
| }
|
| @@ -32,7 +28,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
|
|
| # What compiler are we using?
|
| #
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1
|
| }
|
|
|
|
|