]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* config/tc-avr.c: New AVR_ISA_ defined.
authorDenis Chertykov <denisc@overta.ru>
Mon, 1 May 2000 08:48:32 +0000 (08:48 +0000)
committerDenis Chertykov <denisc@overta.ru>
Mon, 1 May 2000 08:48:32 +0000 (08:48 +0000)
commitb170af938f621ce5c947a147eb31bffa2ab8d0a0
tree496b0d7d7063adcd524bb67b0f5df2768bdb1ce2
parent3c504221d4453bbf8383985956b4b97331585dbd
* config/tc-avr.c: New AVR_ISA_ defined.
(md_assemble): Handle opcodes with optional operands (lpm,elpm).
(avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
for `fmul', `movw' and `lpm R,Z' instructions.
(avr_operands): Warn if current opcode is a two-word instruction
and previous opcode was cpse/sbic/sbis/sbrc/sbrs.
(avr_opcodes): New commands added.
(REGISTER_P): Check 'a' and 'v' constraint letters.
(mcu_types): New MCU added.
gas/ChangeLog
gas/config/tc-avr.c