aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-sun4os5.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-04-02 10:35:19 +0000
committerJohn Gilmore <gnu@cygnus>1992-04-02 10:35:19 +0000
commitac88ca205c0d1cb48943550d41a6400b4e556271 (patch)
tree0b23ecb6a51897374da059120d8bc0084c184eeb /gdb/tm-sun4os5.h
parentadf5061ceb7101a850eca4ec11aa0882c1847de0 (diff)
downloadfsf-binutils-gdb-ac88ca205c0d1cb48943550d41a6400b4e556271.zip
fsf-binutils-gdb-ac88ca205c0d1cb48943550d41a6400b4e556271.tar.gz
fsf-binutils-gdb-ac88ca205c0d1cb48943550d41a6400b4e556271.tar.bz2
Lint.
* symfile.c (add_symbol_file_command): Initialize mapped/readnow.
Diffstat (limited to 'gdb/tm-sun4os5.h')
-rw-r--r--gdb/tm-sun4os5.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/tm-sun4os5.h b/gdb/tm-sun4os5.h
index e241bbd..942fb87 100644
--- a/gdb/tm-sun4os5.h
+++ b/gdb/tm-sun4os5.h
@@ -47,6 +47,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
extract the pc (JB_PC) that we will land at. The pc is copied into ADDR.
This routine returns true on success */
-#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
+extern int
+get_longjmp_target PARAMS ((CORE_ADDR *));
+#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
#endif /* 0 */