@ -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.
@ -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 { }
}