summaryrefslogtreecommitdiff
path: root/gdb/xm-sparc.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-02-21 01:31:56 +0000
committerJohn Gilmore <gnu@cygnus>1992-02-21 01:31:56 +0000
commit75af490bd2b263be24c7e3545f3afba862df7819 (patch)
treebf2df30b74edf8d4a7224de594cb5a08d4611b2f /gdb/xm-sparc.h
parent088c3a0b74c7431d31ec5d095f4e68bdd2d90c0b (diff)
downloadbinutils-gdb-75af490bd2b263be24c7e3545f3afba862df7819.tar.gz
* environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h,
inferior.h, language.h, signame.h, target.h, terminal.h, tm-68k.h, tm-i386v.h, tm-sparc.h, tm-sun386.h, tm-symmetry.h, xm-i386v.h, xm-sparc.h: Prototypes for all external functions. Lint.
Diffstat (limited to 'gdb/xm-sparc.h')
-rw-r--r--gdb/xm-sparc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/xm-sparc.h b/gdb/xm-sparc.h
index 0e67e93d660..dc85386f918 100644
--- a/gdb/xm-sparc.h
+++ b/gdb/xm-sparc.h
@@ -1,6 +1,6 @@
/* Parameters for execution on a Sun 4, for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
- Contributed by Michael Tiemann (tiemann@mcc.com)
+ Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Contributed by Michael Tiemann (tiemann@mcc.com).
This file is part of GDB.
@@ -53,7 +53,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
FIXME, this does not handle remote debugging cleanly. */
extern int deferred_stores;
-extern int store_inferior_registers ();
#define DO_DEFERRED_STORES \
if (deferred_stores) \
store_inferior_registers (-2);