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:
parent
3ddae2db59
commit
4bb7a26649
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue