| Index: gdb/testsuite/gdb.base/watchpoint-solib.exp
|
| diff --git a/gdb/testsuite/gdb.base/watchpoint-solib.exp b/gdb/testsuite/gdb.base/watchpoint-solib.exp
|
| index 2db485225a4593fdde39e91fd08fb6884e9f8f05..b3dfea7c956f9c134c7f7a5316df7bccc0fc39ad 100644
|
| --- a/gdb/testsuite/gdb.base/watchpoint-solib.exp
|
| +++ b/gdb/testsuite/gdb.base/watchpoint-solib.exp
|
| @@ -13,10 +13,6 @@
|
| # You should have received a copy of the GNU General Public License
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -37,7 +33,7 @@ set lib_sl $objdir/$subdir/$libname
|
| set lib_dlopen [shlib_target_file ${libname}]
|
| set lib_syms [shlib_symbol_file ${libname}]
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1
|
| }
|
|
|
| @@ -58,10 +54,6 @@ gdb_reinitialize_dir $srcdir/$subdir
|
| gdb_load ${binfile}
|
| gdb_load_shlibs $lib_sl
|
|
|
| -if [target_info exists gdb_stub] {
|
| - gdb_step_for_stub;
|
| -}
|
| -
|
| runto_main
|
|
|
| # Disable hardware watchpoints if necessary.
|
|
|