* 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 683940d057d7d93865a2d44b3457c7f0427db265..4c264453187b882139446bf3d89b41ddbed3bb35 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 0b52175e4e3e4e3b3f06575610855b491199dbec..242dcf5d08dbd865bdf54399f0ad4e711e9c7728 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          { }
 }