summaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-30 22:54:40 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-30 22:54:40 +0000
commit9f0d9b980b076b00c5c079ca69e553477ce30053 (patch)
tree1c8e90d680f1961a373f40b7680e8e935ce13d04 /gdb/mips-tdep.h
parentb6baa4e097bc0bda7eb755e33d698cb3461c298c (diff)
downloadgdb-9f0d9b980b076b00c5c079ca69e553477ce30053.tar.gz
2004-10-30 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-mips.h (PS_REGNUM): Delete. * mips-tdep.h (MIPS_PS_REGNUM): Add. * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update. * mips-linux-nat.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 9dac4c2946a..3c476ef5951 100644
--- a/gdb/mips-tdep.h
+++ b/gdb/mips-tdep.h
@@ -77,6 +77,7 @@ enum
MIPS_T9_REGNUM = 25, /* Contains address of callee in PIC. */
MIPS_SP_REGNUM = 29,
MIPS_RA_REGNUM = 31,
+ MIPS_PS_REGNUM = 32, /* Contains processor status. */
MIPS_EMBED_LO_REGNUM = 33,
MIPS_EMBED_HI_REGNUM = 34,
MIPS_EMBED_BADVADDR_REGNUM = 35,