diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-03 17:15:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-03 17:15:25 +0000 |
commit | 7579829884ab4340f4b6980e10c3797d9ed30294 (patch) | |
tree | f2d691642d399adbf6b7e9d7389ba66bd664e555 /opcodes/frv-desc.c | |
parent | 27b1cc72b802ba6055e2c2929f7089375568939f (diff) | |
download | gdb-7579829884ab4340f4b6980e10c3797d9ed30294.zip gdb-7579829884ab4340f4b6980e10c3797d9ed30294.tar.gz gdb-7579829884ab4340f4b6980e10c3797d9ed30294.tar.bz2 |
FRV: Use a signed 6-bit immediate value not unsigned for mdrotli insn.
Use maintainer mode to regenerate ports.
Diffstat (limited to 'opcodes/frv-desc.c')
-rw-r--r-- | opcodes/frv-desc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/frv-desc.c b/opcodes/frv-desc.c index 5fac77a..4ad4284 100644 --- a/opcodes/frv-desc.c +++ b/opcodes/frv-desc.c @@ -5497,7 +5497,7 @@ static const CGEN_IBASE frv_cgen_insn_table[MAX_INSNS] = FRV_INSN_MSRAHI, "msrahi", "msrahi", 32, { 0, { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_1, FR500_MAJOR_M_2 } } }, -/* mdrotli$pack $FRinti,$u6,$FRintk */ +/* mdrotli$pack $FRinti,$s6,$FRintk */ { FRV_INSN_MDROTLI, "mdrotli", "mdrotli", 32, { 0, { (1<<MACH_FR400), UNIT_FM0, FR400_MAJOR_M_2, FR500_MAJOR_NONE } } |