This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: ARM section alignment


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




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