summaryrefslogtreecommitdiff
path: root/gdb/infptrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r--gdb/infptrace.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c
index 3be361495f8..eede27669bf 100644
--- a/gdb/infptrace.c
+++ b/gdb/infptrace.c
@@ -349,11 +349,6 @@ _initialize_kernel_u_addr (void)
- KERNEL_U_ADDR
#endif
-/* Registers we shouldn't try to fetch. */
-#if !defined (CANNOT_FETCH_REGISTER)
-#define CANNOT_FETCH_REGISTER(regno) 0
-#endif
-
/* Fetch one register. */
static void
@@ -418,11 +413,6 @@ fetch_inferior_registers (int regno)
}
}
-/* Registers we shouldn't try to store. */
-#if !defined (CANNOT_STORE_REGISTER)
-#define CANNOT_STORE_REGISTER(regno) 0
-#endif
-
/* Store one register. */
static void