| Index: gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp
|
| diff --git a/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp b/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp
|
| index 4f139999275fb94d8d22077d0f98472f7644bd30..8df6d59c513e1727ee69ebeb15cae461ea800417 100644
|
| --- a/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp
|
| +++ b/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp
|
| @@ -20,10 +20,6 @@
|
|
|
| # This file is part of the gdb testsuite
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -33,7 +29,7 @@ set testfile "break-on-linker-gcd-function"
|
| set srcfile ${testfile}.cc
|
| set binfile ${objdir}/${subdir}/${testfile}
|
|
|
| -if [get_compiler_info ${binfile} "c++"] {
|
| +if [get_compiler_info "c++"] {
|
| return -1;
|
| }
|
|
|
|
|