2004-10-31 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Sun, 31 Oct 2004 15:50:54 +0000 (15:50 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 31 Oct 2004 15:50:54 +0000 (15:50 +0000)
* config/mips/tm-mips.h (RA_REGNUM): Delete.

gdb/ChangeLog
gdb/config/mips/tm-mips.h

index ac2f04cbfaff0456187c072ef3cd06c961a952a2..0a57bbed569d64c114c0a5898fcb0b23e57126a5 100644 (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)
index 344c98e94a8e8af7bb352f68aca53a269e5af2c2..27af00d54d4aa4b8dbc3663b8abfbc0f01b6e3c9 100644 (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.  */