From 0fb8b15a92fff965f45cd54d6ca67d5f7a58396c Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 3 Mar 1995 08:57:52 +0000 Subject: [PATCH] * sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos. --- gdb/config/sparc/tm-sp64.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h index ee6679d753..f83c2c1b6b 100644 --- a/gdb/config/sparc/tm-sp64.h +++ b/gdb/config/sparc/tm-sp64.h @@ -46,10 +46,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ They are here for kernel debuggers, etc. */ /* FIXME: icc and xcc are currently considered separate registers. This may have to change and consider them as just one (ccr). - Let's postpone this as long as we can. */ + Let's postpone this as long as we can. It's nice to be able to set + them individually. */ /* FIXME: fcc0-3 are currently separate, even though they are also part of fsr. May have to remove them but let's postpone this as long as - possible. */ + possible. It's nice to be able to set them individually. */ /* FIXME: Whether to include f33, f35, etc. here is not clear. There are advantages and disadvantages. */ @@ -67,7 +68,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ "f32", "f34", "f36", "f38", "f40", "f42", "f44", "f46", \ "f48", "f50", "f52", "f54", "f56", "f58", "f60", "f62", \ \ - "pc", "npc, "ccr", "fsr", fprs", "y", "asi", \ + "pc", "npc", "ccr", "fsr", "fprs", "y", "asi", \ "ver", "tick", "pil", "pstate", \ "tstate", "tba", "tl", "tt", "tpc", "tnpc", "wstate", \ "cwp", "cansave", "canrestore", "cleanwin", "otherwin", \ -- 2.34.1