* lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / so-impl-ld.exp
index cb0691b95e478001832d87036f5e57772ce41fe2..1d1a05e7c3eb21b4d38fc97979286cd26ed76bdf 100644 (file)
@@ -22,9 +22,8 @@ if $tracelevel then {
 set prms_id 0
 set bug_id 0
 
-# are we on a target board
-if ![isnative] then {
-    return
+if {[skip_shlib_tests]} {
+    return 0
 }
 
 set testfile "so-impl-ld"
@@ -61,6 +60,7 @@ gdb_exit
 gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
+gdb_load_shlibs $lib_sl
 
 # This program implicitly loads SOM shared libraries.
 #
This page took 0.024685 seconds and 4 git commands to generate.