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 /include/opcode/ChangeLog | |
parent | 8adf5d7047abefaa5a11a72aeb1e58718c2230eb (diff) | |
download | ppe42-binutils-5d73b1f18fc65bc905549c25db448bbcc6914c1c.tar.gz ppe42-binutils-5d73b1f18fc65bc905549c25db448bbcc6914c1c.zip |
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 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 5474c8569a..71ea157bac 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2011-07-01 Nick Clifton <nickc@redhat.com> + + * avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX. + 2011-06-18 Robin Getz <robin.getz@analog.com> * bfin.h (is_macmod_signed): New func |