Make gdb_load_shlibs return the destination path of the library
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / shreloc.exp
index 8a533593e55aeae9affbe02edfde8f2ed7c6f6e8..124fca8b048c9609468ef9633aefb0eb05692457 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
+# Copyright (C) 2003-2016 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -72,7 +72,8 @@ if { [gdb_compile_shlib $lib1src $lib1_sl $lib_opts] != ""} {
 # Start with a fresh gdb.
 
 clean_restart $binfile
-gdb_load_shlibs $lib1_sl $lib2_sl
+gdb_load_shlibs $lib1_sl
+gdb_load_shlibs $lib2_sl
 
 # Load up the shared objects
 if ![runto_main] then {
This page took 0.025735 seconds and 4 git commands to generate.