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:
K. Richard Pixley
1993-03-31 00:29:22 +00:00
parent deae7611a3
commit 2093fe6840
5 changed files with 94 additions and 85 deletions

View File

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