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 | 9f0d9b980b076b00c5c079ca69e553477ce30053 (patch) | |
tree | 1c8e90d680f1961a373f40b7680e8e935ce13d04 /gdb/mipsv4-nat.c | |
parent | b6baa4e097bc0bda7eb755e33d698cb3461c298c (diff) | |
download | gdb-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/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 75956c11cf6..5229fd5acf1 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); |