* sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 18 Sep 1997 18:23:30 +0000 (18:23 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 18 Sep 1997 18:23:30 +0000 (18:23 +0000)
opcodes/ChangeLog
opcodes/sparc-opc.c

index 0676c2e4c9cd1e1a0b772c7a395f7fbef0fe0c69..fe75e9d2455bdb34b0770b30ead8dae359798195 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 18 11:21:43 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.
+
 Tue Sep 16 15:18:20 1997  Nick Clifton  <nickc@cygnus.com>
 
        * v850-opc.c (v850_opcodes): Further rearrangements. 
index eb9a4cd45b3375a34d7ff76d6801ab45b0ed808a..64c2ce151d495958989a39eea7e66eeae9643984 100644 (file)
@@ -1870,6 +1870,9 @@ static arg sparclet_cpreg_table[] =
   { 1, "%ccfr" },
   { 2, "%cccrcr" },
   { 3, "%ccpr" },
+  { 4, "%ccsr2" },
+  { 5, "%cccrr" },
+  { 6, "%ccrstr" },
   { 0, 0 }
 };
 
This page took 0.144912 seconds and 4 git commands to generate.