aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-03-31 00:29:22 +0000
committerK. Richard Pixley <rich@cygnus>1993-03-31 00:29:22 +0000
commit2093fe684049c2e47bcc438adbb39c308e4db840 (patch)
treec99c8e18940b20a00568c98d8c936e4ccb886dab /gdb/solib.h
parentdeae7611a31f74bf325b7ebf7f0e982e0f9f8056 (diff)
downloadbinutils-2093fe684049c2e47bcc438adbb39c308e4db840.zip
binutils-2093fe684049c2e47bcc438adbb39c308e4db840.tar.gz
binutils-2093fe684049c2e47bcc438adbb39c308e4db840.tar.bz2
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.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h
index aba26d4..f11470b 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -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 */