This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: assemble_integer & align
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: assemble_integer & align
- From: Denis Chertykov <denisc at overta dot ru>
- Date: 22 Sep 2001 13:19:22 +0400
- Cc: Denis Chertykov <denisc at overta dot ru>, gcc at gcc dot gnu dot org
- References: <auto-000000686491@overta.ru> <20010922004821.B2597@redhat.com>
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 ?