diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/dlopen-libpthread.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/tls-shared.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/tls-so_extern.exp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.threads/dlopen-libpthread.exp b/gdb/testsuite/gdb.threads/dlopen-libpthread.exp index 206b16a..8ad9acd 100644 --- a/gdb/testsuite/gdb.threads/dlopen-libpthread.exp +++ b/gdb/testsuite/gdb.threads/dlopen-libpthread.exp @@ -34,7 +34,7 @@ if {$relink_args == "" || ![prelink_no $relink_args] || [prepare_for_testing ${testfile}.exp ${executable} ${srcmainfile} {debug shlib_load}] } { return -1 } -gdb_load_shlibs $binfile_lib +gdb_load_shlib $binfile_lib if { ![runto_main] } { return -1 diff --git a/gdb/testsuite/gdb.threads/tls-shared.exp b/gdb/testsuite/gdb.threads/tls-shared.exp index 6d52ac6..804e28a 100644 --- a/gdb/testsuite/gdb.threads/tls-shared.exp +++ b/gdb/testsuite/gdb.threads/tls-shared.exp @@ -36,7 +36,7 @@ if { [gdb_compile_shlib_pthreads ${srcdir}/${subdir}/${srcfile_lib} ${binfile_li clean_restart ${binfile} -gdb_load_shlibs ${binfile_lib} +gdb_load_shlib ${binfile_lib} if ![runto_main] then { fail "Can't run to main" diff --git a/gdb/testsuite/gdb.threads/tls-so_extern.exp b/gdb/testsuite/gdb.threads/tls-so_extern.exp index 189897a..dde7bcd 100644 --- a/gdb/testsuite/gdb.threads/tls-so_extern.exp +++ b/gdb/testsuite/gdb.threads/tls-so_extern.exp @@ -35,7 +35,7 @@ if { [gdb_compile_shlib_pthreads ${srcdir}/${subdir}/${srcfile_lib} ${binfile_li clean_restart ${binfile} -gdb_load_shlibs ${binfile_lib} +gdb_load_shlib ${binfile_lib} if ![runto_main] then { fail "Can't run to main" |