aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 15:50:54 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 15:50:54 +0000
commit56a2fed53319d12591e3d5f200ae777dbccf7a76 (patch)
treea9995b640daaab4a1018d19d0bd5d2a5981249f7
parentf69c55b294b169f51dbd7e770d84d0024b201b79 (diff)
downloadgdb-56a2fed53319d12591e3d5f200ae777dbccf7a76.zip
gdb-56a2fed53319d12591e3d5f200ae777dbccf7a76.tar.gz
gdb-56a2fed53319d12591e3d5f200ae777dbccf7a76.tar.bz2
2004-10-31 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-mips.h (RA_REGNUM): Delete.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/config/mips/tm-mips.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ac2f04c..0a57bbe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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)
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 344c98e..27af00d 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -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. */