diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/shreloc.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/shreloc.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/shreloc.exp b/gdb/testsuite/gdb.base/shreloc.exp index 124fca8..548568e 100644 --- a/gdb/testsuite/gdb.base/shreloc.exp +++ b/gdb/testsuite/gdb.base/shreloc.exp @@ -72,8 +72,8 @@ if { [gdb_compile_shlib $lib1src $lib1_sl $lib_opts] != ""} { # Start with a fresh gdb. clean_restart $binfile -gdb_load_shlibs $lib1_sl -gdb_load_shlibs $lib2_sl +gdb_load_shlib $lib1_sl +gdb_load_shlib $lib2_sl # Load up the shared objects if ![runto_main] then { |