diff options
author | Randolph Chung <tausq@debian.org> | 2004-12-13 08:43:17 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-12-13 08:43:17 +0000 |
commit | ed7a75e5c7d480b05c8e2936aa0c39f5e684bdf8 (patch) | |
tree | a8bcde2847d885c7228f2837a4b60ed2ad497061 /gdb/hppa-hpux-tdep.c | |
parent | 803a42b85ebcf5230b3458c1a70a9601fdfdba62 (diff) | |
download | gdb-ed7a75e5c7d480b05c8e2936aa0c39f5e684bdf8.tar.gz |
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.
Diffstat (limited to 'gdb/hppa-hpux-tdep.c')
-rw-r--r-- | gdb/hppa-hpux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index a44e9237109..4f16bb1ac86 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -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; |