diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-09-18 18:23:30 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-09-18 18:23:30 +0000 |
commit | 6d70d47fb743fe1b2a4206c76b12a82b8890a23c (patch) | |
tree | dac6ae62dc61829f72f8c6275d24c7ff93e847d7 /opcodes/sparc-opc.c | |
parent | 71bb7df45d8c61097be8b58655b1512883c5b438 (diff) | |
download | gdb-6d70d47fb743fe1b2a4206c76b12a82b8890a23c.zip gdb-6d70d47fb743fe1b2a4206c76b12a82b8890a23c.tar.gz gdb-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.c | 3 |
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 } }; |