aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-sparc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xm-sparc.h')
-rw-r--r--gdb/xm-sparc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/xm-sparc.h b/gdb/xm-sparc.h
index 67ea6fa..9fc068f 100644
--- a/gdb/xm-sparc.h
+++ b/gdb/xm-sparc.h
@@ -28,14 +28,6 @@ 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
-
/* Before storing, we need to read all the registers. */
#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)