This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Delete MIPS RA_REGNUM


mdebugread sometimes stores the value in the .pcreg filed. Turns out that mips-mdebug-tdep.c doesn't use that field's value.

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

	* config/mips/tm-mips.h (RA_REGNUM): Delete.

Index: config/mips/tm-mips.h
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/tm-mips.h,v
retrieving revision 1.74
diff -p -u -r1.74 tm-mips.h
--- config/mips/tm-mips.h	31 Oct 2004 04:33:14 -0000	1.74
+++ config/mips/tm-mips.h	31 Oct 2004 15:47:32 -0000
@@ -39,8 +39,6 @@ extern int mips_step_skips_delay (CORE_A
 #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.  */
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]