mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user