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

@@ -44,7 +44,6 @@ extern int mips_step_skips_delay (CORE_ADDR);
#define STEP_SKIPS_DELAY(pc) (mips_step_skips_delay (pc))
#define RA_REGNUM 31 /* Contains return address value */
#define PRID_REGNUM 89 /* Processor ID */
/* Special symbol found in blocks associated with routines. We can hang
mips_extra_func_info_t's off of this. */