diff options
author | Nick Clifton <nickc@redhat.com> | 2011-07-01 16:11:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-07-01 16:11:27 +0000 |
commit | 5d73b1f18fc65bc905549c25db448bbcc6914c1c (patch) | |
tree | dcf60cf964ab44ec468a5b98ce633642fb00adad /opcodes/ChangeLog | |
parent | 8adf5d7047abefaa5a11a72aeb1e58718c2230eb (diff) | |
download | fsf-binutils-gdb-5d73b1f18fc65bc905549c25db448bbcc6914c1c.zip fsf-binutils-gdb-5d73b1f18fc65bc905549c25db448bbcc6914c1c.tar.gz fsf-binutils-gdb-5d73b1f18fc65bc905549c25db448bbcc6914c1c.tar.bz2 |
PR binutils/12329
* avr-dis.c (avr_operand): Fix disassembly of ELPM, LPM and SPM
insns using post-increment addressing.
* avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2e04791..16e9075 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2011-07-01 Nick Clifton <nickc@redhat.com> + + PR binutils/12329 + * avr-dis.c (avr_operand): Fix disassembly of ELPM, LPM and SPM + insns using post-increment addressing. + 2011-06-30 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (vex_len_table): Update rorxS. |