From: Randolph Chung <randolph@tausq.org>
To: gdb-patches@sources.redhat.com
Subject: Re: [COMMIT] Enable new solib interface for HPUX
Date: Mon, 13 Dec 2004 14:41:00 -0000 [thread overview]
Message-ID: <20041213084325.GM29171@tausq.org> (raw)
In-Reply-To: <20041213040640.GK29171@tausq.org>
In reference to a message from Randolph Chung, dated Dec 12:
> This somewhat large patch adds in the hooks and Makefile changes needed
> to use the new solib interface. Testsuite results are similar to what we
> used to see with the old solib code (i tested hppa2.0w-hp-hpux11.11 and
> hppa64-hp-hpux11.11).
>
> Committed, please let me know if you notice any problems :)
sigh, missed one bit. fixed with the following patch.
committed
randolph
2004-12-13 Randolph Chung <tausq@debian.org>
* hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
solib_get_solib_by_pc method through target vector.
Index: hppa-hpux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-hpux-tdep.c,v
retrieving revision 1.33
diff -u -p -r1.33 hppa-hpux-tdep.c
--- hppa-hpux-tdep.c 13 Dec 2004 04:06:15 -0000 1.33
+++ hppa-hpux-tdep.c 13 Dec 2004 08:40:58 -0000
@@ -822,7 +822,7 @@ initialize_hp_cxx_exception_support (voi
args_for_find_stub args;
static char message[] = "Error while finding exception callback hook:\n";
- args.solib_handle = som_solib_get_solib_by_pc (eh_notify_callback_addr);
+ args.solib_handle = gdbarch_tdep (current_gdbarch)->solib_get_solib_by_pc (eh_notify_callback_addr);
args.msym = msym;
args.return_val = 0;
next prev parent reply other threads:[~2004-12-13 8:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-13 5:11 Randolph Chung
2004-12-13 14:41 ` Randolph Chung [this message]
2004-12-13 20:44 ` Mark Kettenis
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=20041213084325.GM29171@tausq.org \
--to=randolph@tausq.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