diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-27 20:17:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-27 20:17:02 +0000 |
commit | ba23e138c9c5214ead72b2599790256e3563591a (patch) | |
tree | 7f04fc6840cac320b69d1519869f88a255bdbff5 /opcodes/d30v-opc.c | |
parent | 30b53638f1886caf84223a6d736b352ddb2b4975 (diff) | |
download | gdb-ba23e138c9c5214ead72b2599790256e3563591a.zip gdb-ba23e138c9c5214ead72b2599790256e3563591a.tar.gz gdb-ba23e138c9c5214ead72b2599790256e3563591a.tar.bz2 |
Fix value of SHORT_A1.
Move SHORT_AR to end of list of short instructions.
Diffstat (limited to 'opcodes/d30v-opc.c')
-rw-r--r-- | opcodes/d30v-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/d30v-opc.c b/opcodes/d30v-opc.c index 4ba3ee4..2a33f44 100644 --- a/opcodes/d30v-opc.c +++ b/opcodes/d30v-opc.c @@ -468,6 +468,7 @@ const struct d30v_format d30v_format_table[] = { SHORT_A2, 0, { Ra2, Rb, Rc } }, /* Ra2,Rb,Rc */ { SHORT_A2, 2, { Ra2, Rb, IMM6 } }, /* Ra2,Rb,imm6 */ { SHORT_NONE, 0, { 0 } }, /* no operands (nop, reit) */ + { SHORT_AR, 0, { Aa, Rb, Rc } }, /* Aa,Rb,Rc */ { LONG, 2, { Ra, Rb, IMM32 } }, /* Ra,Rb,imm32 */ { LONG_U, 2, { IMM32 } }, /* imm32 */ { LONG_Ur, 2, { REL32 } }, /* rel32 */ @@ -481,7 +482,6 @@ const struct d30v_format d30v_format_table[] = { LONG_D, 2, { REL6S3, IMM32 } }, /* rel6s3,imm32 */ { LONG_Dr, 2, { REL6S3, REL32 } }, /* rel6s3,rel32 */ { LONG_Dbr, 2, { IMM6U, REL32 } }, /* imm6,rel32 */ - { SHORT_AR, 0, { Aa, Rb, Rc } }, /* Aa,Rb,Rc */ { 0, 0, { 0 } }, }; |