ARM section alignment

Nick Clifton nickc@redhat.com
Thu Jun 12 14:20:00 GMT 2008


Hi Jonathan,

> Sorry for the delay in reply. I was waiting for input from the user.

No worries.

> We have a bug filed against our tool chain. objdump output, including
> the spec file, is there. You can have a look at:
> 
>   https://dev.eros-os.com/bugzilla/show_bug.cgi?id=59

Thanks - that helps.

The alignment of the program headers is set to the page size value for 
the target, so that they will start on a page boundary.  Look at the 
definition of ELF_MINPAGESIZE in bfd/elf32-arm.c.  If it makes sense for 
this to be a smaller value for your target then feel free to change it 
(in a similar way to how ELF_MAXPAGESIZE is set for the QNX targets).

Cheers
   Nick





More information about the Binutils mailing list