aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-15 23:50:46 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-15 23:50:46 +0000
commit01fb743397dceca359433900973363362af3596f (patch)
treef3083bc6121536e0614af9d0e0395914f5b7228d /gdb/regcache.c
parent22cbd7fb8c1f32dc45e0b7ec04a086dc04d00d4f (diff)
downloadfsf-binutils-gdb-01fb743397dceca359433900973363362af3596f.zip
fsf-binutils-gdb-01fb743397dceca359433900973363362af3596f.tar.gz
fsf-binutils-gdb-01fb743397dceca359433900973363362af3596f.tar.bz2
Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r--gdb/regcache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c
index bbc83e0..b939d9a 100644
--- a/gdb/regcache.c
+++ b/gdb/regcache.c
@@ -315,11 +315,6 @@ read_register_gen (int regnum, char *buf)
/* Write register REGNUM at MYADDR to the target. MYADDR points at
REGISTER_RAW_BYTES(REGNUM), which must be in target byte-order. */
-/* Registers we shouldn't try to store. */
-#if !defined (CANNOT_STORE_REGISTER)
-#define CANNOT_STORE_REGISTER(regnum) 0
-#endif
-
static void
legacy_write_register_gen (int regnum, char *myaddr)
{