Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@gnu.org>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Fix unload.exp on Solaris
Date: Mon, 06 Sep 2004 12:33:00 -0000	[thread overview]
Message-ID: <200409061232.i86CWpiK023417@juw15.nfra.nl> (raw)

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


             reply	other threads:[~2004-09-06 12:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-06 12:33 Mark Kettenis [this message]
2004-09-06 13:24 ` Michael Chastain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200409061232.i86CWpiK023417@juw15.nfra.nl \
    --to=kettenis@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox