aboutsummaryrefslogtreecommitdiff
path: root/gdb/sun3-xdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sun3-xdep.c')
-rw-r--r--gdb/sun3-xdep.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/sun3-xdep.c b/gdb/sun3-xdep.c
index f6394bc..295dff8 100644
--- a/gdb/sun3-xdep.c
+++ b/gdb/sun3-xdep.c
@@ -1,6 +1,5 @@
-/* Sun-3 Machine-dependent code which would otherwise be in inflow.c and core.c,
- for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+/* Host-dependent code for Sun-3 for GDB, the GNU debugger.
+ Copyright 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
This file is part of GDB.
@@ -20,15 +19,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include "defs.h"
-#include "param.h"
#include "inferior.h"
+#include "gdbcore.h"
#include <sys/ptrace.h>
#define KERNEL /* To get floating point reg definitions */
#include <machine/reg.h>
-#include "gdbcore.h"
-
extern int errno;
#if defined (GDB_TARGET_IS_SUN3)