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: ld maps sections without consider memory region?


On Thu, Feb 15, 2007 at 03:29:12PM +0000, Nick Clifton wrote:
> This is because you have not defined the program headers for your 
> executable, so the linker has created one.  Since on the MIPS pages are 
> 0x10000 in size the linker creates just one segment to contain both the 
> .begin and the .tail sections.

Do you think the linker should be combining across explicit MEMORY
regions?  I'm not sure how hard it would be to stop it, but it does
seem unuseful.

-- 
Daniel Jacobowitz
CodeSourcery


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