summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-07-22 17:45:15 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-07-22 17:45:15 +0000
commitbc757aa4df42772de341c260a0b87b5d0dad986a (patch)
treece479a1ca1a1bc07a0582460f4ee3ad9609e3e08
parent96fd921972966166fda0eb300bfa4e5479f3b31f (diff)
downloadgdb-bc757aa4df42772de341c260a0b87b5d0dad986a.tar.gz
* gdb.python/py-shared.exp: Call gdb_load_shlibs.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.python/py-shared.exp1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9a909522148..e66e89a1c22 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
+
+ * gdb.python/py-shared.exp: Call gdb_load_shlibs.
+
2011-07-22 Pedro Alves <pedro@codesourcery.com>
* gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
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 }