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/mipsv4-nat.c | |
parent | 613e114ff9d8c0f2bbe5177ef94f702123bb8885 (diff) | |
download | gdb-24e0595198db53c091cee0757a231d7639f72b73.zip gdb-24e0595198db53c091cee0757a231d7639f72b73.tar.gz gdb-24e0595198db53c091cee0757a231d7639f72b73.tar.bz2 |
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/mipsv4-nat.c')
-rw-r--r-- | gdb/mipsv4-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mipsv4-nat.c b/gdb/mipsv4-nat.c index 75956c1..5229fd5 100644 --- a/gdb/mipsv4-nat.c +++ b/gdb/mipsv4-nat.c @@ -63,7 +63,7 @@ supply_gregset (gregset_t *gregsetp) (char *) (regp + CXT_CAUSE)); /* Fill inaccessible registers with zero. */ - regcache_raw_supply (current_regcache, PS_REGNUM, zerobuf); + regcache_raw_supply (current_regcache, MIPS_PS_REGNUM, zerobuf); regcache_raw_supply (current_regcache, mips_regnum (current_gdbarch)->badvaddr, zerobuf); |