summaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-30 23:22:54 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-30 23:22:54 +0000
commitf4b89ffa58f8df1d9e24ca6f25009a1a249c4909 (patch)
tree3a42245f12189b984b2242684bfce82b0a2103fe /gdb/mips-tdep.h
parent7acb9f3f54a8abad00fc8fa3ad283a6f5e3fc702 (diff)
downloadgdb-f4b89ffa58f8df1d9e24ca6f25009a1a249c4909.tar.gz
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/mips-tdep.h')
-rw-r--r--gdb/mips-tdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h
index 975dc2211d9..f48799391a9 100644
--- a/gdb/mips-tdep.h
+++ b/gdb/mips-tdep.h
@@ -86,6 +86,7 @@ enum
MIPS_EMBED_FP0_REGNUM = 38,
MIPS_UNUSED_REGNUM = 73, /* Never used, FIXME */
MIPS_FIRST_EMBED_REGNUM = 74, /* First CP0 register for embedded use. */
+ MIPS_PRID_REGNUM = 89, /* Processor ID. */
MIPS_LAST_EMBED_REGNUM = 89 /* Last one. */
};