diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/tls-shared.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/tls-shared.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |