diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-03-03 08:57:52 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-03-03 08:57:52 +0000 |
commit | 0fb8b15a92fff965f45cd54d6ca67d5f7a58396c (patch) | |
tree | b8b7f4550fc24107f260957217bf711a4d9ce237 | |
parent | 306d27ca4e438a566681de9accced06b424a496e (diff) | |
download | gdb-0fb8b15a92fff965f45cd54d6ca67d5f7a58396c.zip gdb-0fb8b15a92fff965f45cd54d6ca67d5f7a58396c.tar.gz gdb-0fb8b15a92fff965f45cd54d6ca67d5f7a58396c.tar.bz2 |
* sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos.
-rw-r--r-- | gdb/config/sparc/tm-sp64.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h index ee6679d..f83c2c1 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", \ |