aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-sun386.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-16 23:03:27 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-16 23:03:27 +0000
commit61bbb1c2cf5f5a2a05495e1965dd01192d67174e (patch)
tree57e0c8693d3bf79409b62144424cbcb55108cc22 /gdb/xm-sun386.h
parenta113beac2110691ffd72d31aaf3aea745569bd65 (diff)
downloadgdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.zip
gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.tar.gz
gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.tar.bz2
sun386 host/target/native separation
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)