* somsolib.c (som_solib_get_got_by_pc): New function.

* somsolib.h (som_solib_get_got_by_pc): Add extern decl.
	* hppa-tdep.c (hppa_fix_call_dummy): Handle case where FUN is the
	function's export stub or real address in a shared library.
This commit is contained in:
Jeff Law
1994-12-01 05:34:30 +00:00
parent 002199bca4
commit b1bbe38b3d
4 changed files with 46 additions and 2 deletions

View File

@@ -32,6 +32,9 @@ struct target_ops;
extern void
som_solib_add PARAMS ((char *, int, struct target_ops *));
extern CORE_ADDR
som_solib_get_got_by_pc PARAMS ((CORE_ADDR));
/* Function to be called when the inferior starts up, to discover the names
of shared libraries that are dynamically linked, the base addresses to
which they are linked, and sufficient information to read in their symbols