From 56a2fed53319d12591e3d5f200ae777dbccf7a76 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 31 Oct 2004 15:50:54 +0000 Subject: 2004-10-31 Andrew Cagney * config/mips/tm-mips.h (RA_REGNUM): Delete. --- gdb/config/mips/tm-mips.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/config') 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. */ -- cgit v1.1