* sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.

This commit is contained in:
David Edelsohn 1997-09-18 18:23:30 +00:00
parent 71bb7df45d
commit 6d70d47fb7
2 changed files with 7 additions and 0 deletions

View 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.

View File

@ -1870,6 +1870,9 @@ static arg sparclet_cpreg_table[] =
{ 1, "%ccfr" },
{ 2, "%cccrcr" },
{ 3, "%ccpr" },
{ 4, "%ccsr2" },
{ 5, "%cccrr" },
{ 6, "%ccrstr" },
{ 0, 0 }
};