| Index: gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp
|
| diff --git a/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp b/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp
|
| index c331c3718f71f3ded283d04f290e801f5630f16a..76623211ae0266b8e8a1acdac24a9f52f0dcca57 100644
|
| --- a/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp
|
| +++ b/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp
|
| @@ -14,10 +14,6 @@
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| if { [skip_hp_tests] } then { continue }
|
|
|
| set testfile1 "average"
|
| @@ -42,7 +38,7 @@ if { [gdb_compile "${binfile1}.o ${binfile2}.o" ${binfile} executable {debug}]
|
| return -1
|
| }
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
| if { $gcc_compiled } then { continue }
|
|
|