diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-30 23:22:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-30 23:22:54 +0000 |
commit | a5c9623c796382b375009cd76aa354811bd0210d (patch) | |
tree | d14d3719f6f60742fe3ea72fc534c72fa359e0dc /gdb/config | |
parent | 607fc93c5df0e62dc803b98bee71e464557aa07a (diff) | |
download | gdb-a5c9623c796382b375009cd76aa354811bd0210d.zip gdb-a5c9623c796382b375009cd76aa354811bd0210d.tar.gz gdb-a5c9623c796382b375009cd76aa354811bd0210d.tar.bz2 |
2004-10-30 Andrew Cagney <cagney@gnu.org>
* mips-tdep.h (MIPS_PRID_REGNUM): Add.
* config/mips/tm-mips.h (PRID_REGNUM): Delete.
* mips-tdep.c: Update.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 68c6348..8f840c3 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -44,7 +44,6 @@ extern int mips_step_skips_delay (CORE_ADDR); #define STEP_SKIPS_DELAY(pc) (mips_step_skips_delay (pc)) #define RA_REGNUM 31 /* Contains return address value */ -#define PRID_REGNUM 89 /* Processor ID */ /* Special symbol found in blocks associated with routines. We can hang mips_extra_func_info_t's off of this. */ |