From: David Edelsohn Date: Thu, 18 Sep 1997 18:23:30 +0000 (+0000) Subject: * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr. X-Git-Tag: gdb-4_18~4695 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d70d47fb743fe1b2a4206c76b12a82b8890a23c;p=external%2Fbinutils.git * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0676c2e..fe75e9d 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 eb9a4cd..64c2ce1 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 } };