2004-10-30 Andrew Cagney <cagney@gnu.org>

* mips-tdep.h (MIPS_PRID_REGNUM): Add.
	* config/mips/tm-mips.h (PRID_REGNUM): Delete.
	* mips-tdep.c: Update.
This commit is contained in:
Andrew Cagney
2004-10-30 23:22:54 +00:00
parent 607fc93c5d
commit a5c9623c79
4 changed files with 6 additions and 4 deletions

View File

@ -86,6 +86,7 @@ enum
MIPS_EMBED_FP0_REGNUM = 38,
MIPS_UNUSED_REGNUM = 73, /* Never used, FIXME */
MIPS_FIRST_EMBED_REGNUM = 74, /* First CP0 register for embedded use. */
MIPS_PRID_REGNUM = 89, /* Processor ID. */
MIPS_LAST_EMBED_REGNUM = 89 /* Last one. */
};