diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-22 17:44:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-22 17:44:03 +0000 |
commit | d81acc42a2b5166c0f2f6e46911e1c4184bf7a38 (patch) | |
tree | 6d8575d41db4f54ad1ef5aa3ecd174dbd9991bd3 /opcodes/ChangeLog | |
parent | 3120ef826e1217b0a93cb1bc6661f2ab47e730d3 (diff) | |
download | gdb-d81acc42a2b5166c0f2f6e46911e1c4184bf7a38.zip gdb-d81acc42a2b5166c0f2f6e46911e1c4184bf7a38.tar.gz gdb-d81acc42a2b5166c0f2f6e46911e1c4184bf7a38.tar.bz2 |
* opcode/arc-opc.c (insert_base): Modify ls_operand[LS_OFFSET] to reflect the
change to the short immediate syntax.
* gas/arc/ld.s: Add check of load of a long immediate.
* gas/arc/ld.d: Add expected disassembly.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 67abe55..5a19bb5 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. |