From 24e0595198db53c091cee0757a231d7639f72b73 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 30 Oct 2004 22:54:40 +0000 Subject: 2004-10-30 Andrew Cagney * 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. --- gdb/mips-linux-nat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/mips-linux-nat.c') 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) -- cgit v1.1