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

* config/mips/tm-mips.h (RA_REGNUM): Delete.
This commit is contained in:
Andrew Cagney
2004-10-31 15:50:54 +00:00
parent f69c55b294
commit 56a2fed533
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-10-31 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-mips.h (RA_REGNUM): Delete.
2004-10-31 Mark Kettenis <kettenis@gnu.org>
* i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)

View File

@ -39,8 +39,6 @@ extern int mips_step_skips_delay (CORE_ADDR);
#define STEP_SKIPS_DELAY_P (1)
#define STEP_SKIPS_DELAY(pc) (mips_step_skips_delay (pc))
#define RA_REGNUM 31 /* Contains return address value */
/* Special symbol found in blocks associated with routines. We can
hang mdebug_extra_func_info's off of this. */