[gdb/testsuite] Reduce errors after gdb exit in default_gdb_start
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / solib-weak.exp
index 74bc1f37f41d67f7b21dc1eb8de0918c805f31d4..426b57097f956f33cfc5c979e9f9b59f48339ae4 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 2006-2016 Free Software Foundation, Inc.
+#   Copyright 2006-2020 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
@@ -94,7 +94,8 @@ proc do_test { lib1opts lib2opts lib1first } {
     gdb_start
     gdb_reinitialize_dir $srcdir/$subdir
     gdb_load ${binfile}
-    gdb_load_shlibs $lib1 $lib2
+    gdb_load_shlib $lib1
+    gdb_load_shlib $lib2
 
     runto_main
 
This page took 0.026086 seconds and 4 git commands to generate.