| Index: gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp
|
| diff --git a/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp b/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp
|
| index a0789e3cdfa0e5a8912c570daab758f7e266250c..0ea2c0702a1be2107a83d1050ef2caccbc838155 100644
|
| --- a/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp
|
| +++ b/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp
|
| @@ -16,10 +16,6 @@
|
|
|
| # This file was written by Fred Fish. (fnf@cygnus.com)
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| - }
|
| -
|
| if { [skip_hp_tests] } then { continue }
|
|
|
| global message
|
| @@ -46,7 +42,7 @@ if { [gdb_compile "${binfile}0.o ${binfile}1.o" ${binfile} executable {debug}]
|
| return -1
|
| }
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
|
|