diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/arc-opc.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 67abe554aed..5a19bb5d6c7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-11-22 Ravi Ramaseshan <ravi.ramaseshan@codito.com> + + * opcode/arc-opc.c (insert_base): Modify ls_operand[LS_OFFSET] to + reflect the change to the short immediate syntax. + 2004-11-19 Alan Modra <amodra@bigpond.net.au> * or32-opc.c (debug): Warning fix. diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c index 614fff033f7..5c74e973fe9 100644 --- a/opcodes/arc-opc.c +++ b/opcodes/arc-opc.c @@ -938,6 +938,7 @@ insert_base (insn, operand, mods, reg, value, errmsg) shimm_p = 1; shimm = value; ls_operand[LS_BASE] = OP_SHIMM; + ls_operand[LS_OFFSET] = OP_SHIMM; } else { |