diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0676c2e4c9c..fe75e9d2455 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 18 11:21:43 1997 Doug Evans + + * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr. + Tue Sep 16 15:18:20 1997 Nick Clifton * v850-opc.c (v850_opcodes): Further rearrangements. diff --git a/opcodes/sparc-opc.c b/opcodes/sparc-opc.c index eb9a4cd45b3..64c2ce151d4 100644 --- a/opcodes/sparc-opc.c +++ b/opcodes/sparc-opc.c @@ -1870,6 +1870,9 @@ static arg sparclet_cpreg_table[] = { 1, "%ccfr" }, { 2, "%cccrcr" }, { 3, "%ccpr" }, + { 4, "%ccsr2" }, + { 5, "%cccrr" }, + { 6, "%ccrstr" }, { 0, 0 } };