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]

Re: DJGPP and alignment


On Wed, Jul 21, 1999 at 12:07:18PM -0400, Mark E. wrote:
> A consensus of the DJGPP workers has decided that the default 
> alignment should be 16 bytes instead of the current 4 bytes since 16 is 
> the recommended Intel alignment.

I fear you're getting yourself into trouble, since there's no
way to change the section alignment in coff. 

If you do any sort of collect-sections-to-make-data kinds of
things like .ctors or .dtors, that'll break.  Do you know that
you're using collect2 to construct constructor lists?


r~

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