* gdb.base/unload.exp: Link with -dl on *-*-solaris*.
authorMark Kettenis <kettenis@gnu.org>
Mon, 6 Sep 2004 11:09:46 +0000 (11:09 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 6 Sep 2004 11:09:46 +0000 (11:09 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/unload.exp

index 683940d..4c26445 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-06  Mark Kettenis  <kettenis@jive.nl>
+
+       * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
+
 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
 
        * config/hppro.exp: Removed.
index 0b52175..242dcf5 100644 (file)
@@ -49,6 +49,7 @@ set dl_lib_flag ""
 switch -glob [istarget] {
     "hppa*-hp-hpux*" { }
     "*-*-linux*"     { set dl_lib_flag "libs=-ldl" }
+    "*-*-solaris*"   { set dl_lib_flag "libs=-ldl" }
     default          { }
 }