Mail Archives: djgpp-workers/1999/07/07/09:53:00
On Wed, 7 Jul 1999, salvador wrote:
> Yes, the problem is that:
>
> -------------- first file
> functions here
> last_address
> -------------- next .o file linked by ld
> last_address aligned to 8 bytes boundary
> functions here
> --------------
>
> So if you try to align to 16, 32, etc bytes boundaries you won't succeed. Also:
> putting a .align directive at the end of first file doesn't work.
> This value is hardcoded in binutils.
So we need to change the value in Binutils, to get proper alignment.
- Raw text -