aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-linux-nat.c
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
commit24e0595198db53c091cee0757a231d7639f72b73 (patch)
tree9c3c00d34b045591346142fd95ccc06d1bd43dd9 /gdb/mips-linux-nat.c
parent613e114ff9d8c0f2bbe5177ef94f702123bb8885 (diff)
downloadgdb-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/mips-linux-nat.c')
-rw-r--r--gdb/mips-linux-nat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c
index 6cd9e87..835ba58 100644
--- a/gdb/mips-linux-nat.c
+++ b/gdb/mips-linux-nat.c
@@ -23,9 +23,9 @@
#include "mips-tdep.h"
/* Pseudo registers can not be read. ptrace does not provide a way to
- read (or set) PS_REGNUM, and there's no point in reading or setting
- MIPS_ZERO_REGNUM. We also can not set BADVADDR, CAUSE, or FCRIR
- via ptrace(). */
+ read (or set) MIPS_PS_REGNUM, and there's no point in reading or
+ setting MIPS_ZERO_REGNUM. We also can not set BADVADDR, CAUSE, or
+ FCRIR via ptrace(). */
int
mips_linux_cannot_fetch_register (int regno)