aboutsummaryrefslogtreecommitdiff
path: root/opcodes/sparc-opc.c
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-09-18 18:23:30 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-09-18 18:23:30 +0000
commit6d70d47fb743fe1b2a4206c76b12a82b8890a23c (patch)
treedac6ae62dc61829f72f8c6275d24c7ff93e847d7 /opcodes/sparc-opc.c
parent71bb7df45d8c61097be8b58655b1512883c5b438 (diff)
downloadbinutils-6d70d47fb743fe1b2a4206c76b12a82b8890a23c.zip
binutils-6d70d47fb743fe1b2a4206c76b12a82b8890a23c.tar.gz
binutils-6d70d47fb743fe1b2a4206c76b12a82b8890a23c.tar.bz2
* sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.
Diffstat (limited to 'opcodes/sparc-opc.c')
-rw-r--r--opcodes/sparc-opc.c3
1 files changed, 3 insertions, 0 deletions
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 }
};