Mail Archives: djgpp-workers/1999/07/11/03:49:25
On Thu, 8 Jul 1999, salvador wrote:
> Eli Zaretskii wrote:
>
> > On Wed, 7 Jul 1999, salvador wrote:
> >
> > > > And the same goes for the .align directives emitted
> > > > by GCC, for function entry points and labels?
> > >
> > > They are normally 8 bytes or less for djgpp.
> >
> > In what version? 2.7.2.1 emits ".align 2", which is 4 bytes with
> > Binutils 2.8.1.
>
> I'm talking about the binutils aligment between .o files, nothing related to
> gcc.
Well, I was talking about .align directives emitted by GCC, see above ;-).
As far as alignment between .o files goes, the default COFF alignment
in Binutils is 4 bytes, not 8.
- Raw text -