diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-14 13:04:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-14 13:04:29 +0000 |
commit | f16db7f54e3fb059e6875dc33ba66b64efbf33d7 (patch) | |
tree | d32c68fe80b677ebe51e319c51552c9f7d631fbb /include/opcode/ChangeLog | |
parent | 1bbe74b44feb686b057f5c27d5c225e0884ca2f1 (diff) | |
download | cygnal-f16db7f54e3fb059e6875dc33ba66b64efbf33d7.tar.gz cygnal-f16db7f54e3fb059e6875dc33ba66b64efbf33d7.tar.bz2 cygnal-f16db7f54e3fb059e6875dc33ba66b64efbf33d7.zip |
PR gas/2626
* avr.h (AVR_ISA_2xxe): Define.
* config/tc-avr.c (mcu_types): Change the ISA tyoe of the attiny26
to AVR_ISA_2xxe.
(avr_operand): Disallow post-increment addressing in the lpm
instruction for the attiny26.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 9edf24ce8..b5e77b852 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2008-02-14 Hakan Ardo <hakan@debian.org> + + PR gas/2626 + * avr.h (AVR_ISA_2xxe): Define. + 2008-02-04 Adam Nemet <anemet@caviumnetworks.com> * mips.h: Update copyright. |