From 6d70d47fb743fe1b2a4206c76b12a82b8890a23c Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 18 Sep 1997 18:23:30 +0000 Subject: [PATCH] * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr. --- opcodes/ChangeLog | 4 ++++ opcodes/sparc-opc.c | 3 +++ 2 files changed, 7 insertions(+) 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 } }; -- 2.30.2