* config/mips/tm-mips.h (UNUSED_REGNUM): Define.

* mipsv4-nat.c (supply_gregset):  Fill UNUSED_REGNUM register
	with zero.
This commit is contained in:
Peter Schauer
1995-09-16 20:37:36 +00:00
parent 326b087c89
commit cc917275be
3 changed files with 8 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ extern int in_sigtramp PARAMS ((CORE_ADDR, char *));
#define FCRCS_REGNUM 70 /* FP control/status */
#define FCRIR_REGNUM 71 /* FP implementation/revision */
#define FP_REGNUM 72 /* Pseudo register that contains true address of executing stack frame */
#define UNUSED_REGNUM 73 /* Never used, FIXME */
#define FIRST_EMBED_REGNUM 74 /* First CP0 register for embedded use */
#define PRID_REGNUM 89 /* Processor ID */
#define LAST_EMBED_REGNUM 89 /* Last one */