diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-30 22:54:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-30 22:54:40 +0000 |
commit | 24e0595198db53c091cee0757a231d7639f72b73 (patch) | |
tree | 9c3c00d34b045591346142fd95ccc06d1bd43dd9 /gdb/mips-tdep.h | |
parent | 613e114ff9d8c0f2bbe5177ef94f702123bb8885 (diff) | |
download | ppe42-binutils-24e0595198db53c091cee0757a231d7639f72b73.tar.gz ppe42-binutils-24e0595198db53c091cee0757a231d7639f72b73.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 9dac4c2946..3c476ef595 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, |