mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Teach sparc solaris to next over shared library functions.
* solib.[hc] (find_pc_section_from_so_list): new function and prototype. * sparc-tdep.c (in_solib_trampoline): new function. * symfile.[hc] (find_pc_section): new function and prototypes. * target.[hc] (find_pc_section_from_targets): new function and prototypes. * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): redefine to in_solib_trampoline.
This commit is contained in:
@@ -55,3 +55,5 @@ solib_create_inferior_hook PARAMS((void)); /* solib.c */
|
||||
extern int
|
||||
solib_address PARAMS ((CORE_ADDR)); /* solib.c */
|
||||
|
||||
struct section_table *
|
||||
find_pc_section_from_so_list PARAMS ((CORE_ADDR pc)); /* solib.c */
|
||||
|
||||
Reference in New Issue
Block a user