This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] avr port: gas/config/tc-avr.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]