mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
Fix shared library load in gdb.base/global-var-nested-by-dso.exp.
2015-09-18 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
This commit is contained in:
parent
515b89b30c
commit
7800dbe430
@ -1,6 +1,9 @@
|
||||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
gdb/testsuite/
|
||||
* gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
|
||||
|
||||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* gdb.linespec/explicit.exp: Check for readline support for
|
||||
tab-completion tests. Fix obvious typo.
|
||||
|
||||
|
@ -45,6 +45,7 @@ if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable \
|
||||
}
|
||||
|
||||
clean_restart $binfile
|
||||
gdb_load_shlibs $binfile_lib1 $binfile_lib2
|
||||
|
||||
if { ![runto_main] } {
|
||||
return -1
|
||||
|
Loading…
Reference in New Issue
Block a user