summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-07-22 17:45:16 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-07-22 17:45:16 +0000
commite6052b5dd34f4f17f7e960bd36bebf6fd89608d4 (patch)
tree7c62c2dd467332bcff58cf2c7ed5fa5478b31d8b /gdb/testsuite/gdb.python
parent1ced966e3458bf3db742913f4d0a55549824e298 (diff)
downloadbinutils-gdb-e6052b5dd34f4f17f7e960bd36bebf6fd89608d4.tar.gz
* gdb.python/py-shared.exp: Call gdb_load_shlibs.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r--gdb/testsuite/gdb.python/py-shared.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-shared.exp b/gdb/testsuite/gdb.python/py-shared.exp
index badf3211faf..ea28f3b03c8 100644
--- a/gdb/testsuite/gdb.python/py-shared.exp
+++ b/gdb/testsuite/gdb.python/py-shared.exp
@@ -45,6 +45,7 @@ gdb_exit
gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
+gdb_load_shlibs ${library}
# Skip all tests if Python scripting is not enabled.
if { [skip_python_tests] } { continue }