assemble_integer & align

Denis Chertykov denisc@overta.ru
Sat Sep 22 02:25:00 GMT 2001


Richard Henderson <rth@redhat.com> writes:

> On Sat, Sep 22, 2001 at 11:38:44AM +0400, Denis Chertykov wrote:
> > My main problem is 'if (align >= size * BITS_PER_UNIT)' because my
> > ALIGN always 8 and if size > 1 then `assemble_integer' will output
> > all integers as:
> 
> Why is your align always 8?  Is that BIGGEST_ALIGNMENT?

Yes. (You can see it in avr/avr.h). AVR is an 8 bit target which isn't
needed in alignments at all.

Denis.

PS: Is you your timezone GMT-7 ?



More information about the Gcc mailing list