diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:50:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:50:46 +0000 |
commit | 52c8910ab4a380f69fac65a31c478641d04acd35 (patch) | |
tree | 3dd647bbe83182dacf0b95488cadc3d065946eee /gdb/infptrace.c | |
parent | 9a6392cf0e1748f6191f7e957171bb49b5039936 (diff) | |
download | gdb-52c8910ab4a380f69fac65a31c478641d04acd35.tar.gz |
Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r-- | gdb/infptrace.c | 10 |
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 |