* [PATCH] Fix unload.exp on Solaris
@ 2004-09-06 12:33 Mark Kettenis
2004-09-06 13:24 ` Michael Chastain
0 siblings, 1 reply; 2+ messages in thread
From: Mark Kettenis @ 2004-09-06 12:33 UTC (permalink / raw)
To: gdb-patches
Tested on sparc-sun-solaris2.9.
Committed as obvious,
Mark
Index: testsuite/ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v
retrieving revision 1.1025
diff -u -p -r1.1025 ChangeLog
--- testsuite/ChangeLog 5 Sep 2004 04:46:24 -0000 1.1025
+++ testsuite/ChangeLog 6 Sep 2004 11:07:14 -0000
@@ -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: testsuite/gdb.base/unload.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/unload.exp,v
retrieving revision 1.3
diff -u -p -r1.3 unload.exp
--- testsuite/gdb.base/unload.exp 1 Sep 2004 23:26:43 -0000 1.3
+++ testsuite/gdb.base/unload.exp 6 Sep 2004 11:07:14 -0000
@@ -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 { }
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix unload.exp on Solaris
2004-09-06 12:33 [PATCH] Fix unload.exp on Solaris Mark Kettenis
@ 2004-09-06 13:24 ` Michael Chastain
0 siblings, 0 replies; 2+ messages in thread
From: Michael Chastain @ 2004-09-06 13:24 UTC (permalink / raw)
To: kettenis, gdb-patches
Thanks.
There are other tests that build shared libraries, but this is the only
test program that explicitly calls dlopen itself.
===
2004-09-06 Mark Kettenis <kettenis@jive.nl>
* gdb.base/unload.exp: Link with -dl on *-*-solaris*.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-09-06 13:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-06 12:33 [PATCH] Fix unload.exp on Solaris Mark Kettenis
2004-09-06 13:24 ` Michael Chastain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox