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]

[patch] avr port: comment formatting



Wed Jun  7 22:44:14 2000  Denis Chertykov  <denisc@overta.ru>

	* config/tc-avr.c (avr_operand): fix the fomratting of the comment.

Index: config/tc-avr.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-avr.c,v
retrieving revision 1.4
diff -c -3 -p -r1.4 tc-avr.c
*** tc-avr.c	2000/06/07 17:42:44	1.4
--- tc-avr.c	2000/06/07 18:54:03
*************** avr_operand (opcode, where, op, line)
*** 551,558 ****
  	      as_bad (_ ("cannot both predecrement and postincrement"));
  	    op_mask |= 0x1001;
  	  }
  	/* 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"));
        }
--- 551,560 ----
  	      as_bad (_ ("cannot both predecrement and postincrement"));
  	    op_mask |= 0x1001;
  	  }
+ 
  	/* 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"));
        }


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