| Index: gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp
|
| diff --git a/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp
|
| index c0f08775ac47f65e21247d15306070658311684a..52b0a42dae38f079a02db452138ef29019373496 100644
|
| --- a/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp
|
| +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp
|
| @@ -81,10 +81,6 @@
|
| # inferior function calls to evaluate array literals. But many people
|
| # jump to other, incorrect conclusions about this.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| if { [skip_hp_tests] } then { continue }
|
|
|
| @@ -100,7 +96,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;
|
| }
|
|
|
|
|