* configure.in (*-*-sunos*): Use trailing * to match all
[deliverable/binutils-gdb.git] / gdb / xm-sparc.h
index 0e67e93d660efa2020a1d9219148c840dcc751e6..dc85386f918a353ead243293177cfec950a5eb04 100644 (file)
@@ -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);
This page took 0.023892 seconds and 4 git commands to generate.