[patch] avr port: gas/config/tc-avr.c
Nick Clifton
nickc@cygnus.com
Wed Jun 7 11:23:00 GMT 2000
Hi Denis,
: Wed Jun 7 21:26:15 2000 Denis Chertykov <denisc@overta.ru>
:
: * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h
: (REGISTER_P): likewise.
: (avr_opcodes): uses include/opcode/avr.h
: (avr_operand): enable ld r,Z or st r,Z for at90s1200.
Approved.
: + /* avr1 can do "ld r,Z" and "st Z,r" but no other pointer
: + registers, no predecrement, no postincrement */
: + if ((op_mask & 0x100F) && !(avr_mcu->isa & AVR_ISA_SRAM))
: + as_bad (_ ("addressing mode not supported"));
Please could you fix the fomratting of the comment.
Cheers
Nick
More information about the Binutils
mailing list