aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-sun386.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xm-sun386.h')
-rw-r--r--gdb/xm-sun386.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/gdb/xm-sun386.h b/gdb/xm-sun386.h
index aea5763..bbc4402 100644
--- a/gdb/xm-sun386.h
+++ b/gdb/xm-sun386.h
@@ -1,5 +1,5 @@
-/* Parameters for execution on a Sun 386i, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+/* Host support for Sun 386i, for GDB, the GNU debugger.
+ Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of GDB.
@@ -31,11 +31,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define NEW_SUN_CORE
-/* Do implement the attach and detach commands. */
-
-#define ATTACH_DETACH
-
-/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */
-#define FETCH_INFERIOR_REGISTERS
-
#define PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)