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.
This commit is contained in:
Randolph Chung 2004-12-13 08:43:17 +00:00
parent 3ddae2db59
commit 4bb7a26649
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.
2004-12-13 Joel Brobecker <brobecker@gnat.com>
* alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change

View File

@ -822,7 +822,7 @@ initialize_hp_cxx_exception_support (void)
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;