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. (hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc method through target vector.
This commit is contained in:
parent
4bb7a26649
commit
61aff869b9
@ -2,6 +2,8 @@
|
||||
|
||||
* hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
|
||||
solib_get_solib_by_pc method through target vector.
|
||||
(hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc
|
||||
method through target vector.
|
||||
|
||||
2004-12-13 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
|
@ -1248,7 +1248,7 @@ hppa_hpux_som_find_global_pointer (struct value *function)
|
||||
return extract_unsigned_integer (buf, sizeof (buf));
|
||||
}
|
||||
|
||||
return som_solib_get_got_by_pc (faddr);
|
||||
return gdbarch_tdep (current_gdbarch)->solib_get_got_by_pc (faddr);
|
||||
}
|
||||
|
||||
static CORE_ADDR
|
||||
|
Loading…
x
Reference in New Issue
Block a user