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:
Randolph Chung 2004-12-13 08:47:07 +00:00
parent 4bb7a26649
commit 61aff869b9
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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