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 | d669d37f8d626f00e8b815527f35017e93a0c00b (patch) | |
tree | c29baa1d0a40d1cffa1fd8441131cf6d60045829 /include/opcode/ChangeLog | |
parent | ab1579fdafda42ee5c832f3c878b2093c1d72942 (diff) | |
download | gdb-d669d37f8d626f00e8b815527f35017e93a0c00b.zip gdb-d669d37f8d626f00e8b815527f35017e93a0c00b.tar.gz gdb-d669d37f8d626f00e8b815527f35017e93a0c00b.tar.bz2 |
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 9edf24c..b5e77b8 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. |