| Index: gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp
|
| diff --git a/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp b/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp
|
| index 4b65d67649761e698fcd61ba89e6e5eb8bf4fcb9..8b629250c74725857065bc2ae110b77e73d31da8 100644
|
| --- a/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp
|
| +++ b/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp
|
| @@ -44,10 +44,6 @@
|
| #
|
| #
|
|
|
| -if $tracelevel {
|
| - strace $tracelevel
|
| -}
|
| -
|
| if { [skip_hp_tests] } { continue }
|
|
|
|
|
| @@ -74,7 +70,7 @@ set libfile2 ${objdir}/${subdir}/${testfile}2.sl
|
|
|
| # 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;
|
| }
|
|
|
|
|