Georg-Johann Lay <[email protected]> writes: > This patch adds support for [[len=nl]] annotations. > > Most asm have only 1-word instructions, and their size is > given by the number of lines in the code template. > > So you don't need to count the number of instruction in such templates. > Also simplified the documentation of the default length. > > Ok for trunk? > > Johann > > -- > > AVR: Support [[len=nl]] in asm templates. > > Most inline asm consists of 1-word instruction, so their exact > size can be conveniently specified with [[len=nl]], which is > half the default size. > > gcc/ > * config/avr/avr.cc (avr_length_of_asm): Support "nl" as > the number of lines in the code template. > * doc/extend.texi (Size of an asm): Document [[len=nl]]. > Simplify the description of the default length.
Ok. Please apply. Denis
