Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().

This commit is contained in:
Andrew Cagney
2001-06-15 23:50:46 +00:00
parent 22cbd7fb8c
commit 01fb743397
9 changed files with 122 additions and 20 deletions

View File

@@ -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)
{