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?


Hello Nick,

On 2007/02/16, at 0:29, 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.

I can't figure out why MIPS pages has priority over MEMORY command.


It may cause a critical issue if there are memory mapped I/Os
between each sections.
(yes, just an example. But this is possible, right?)

--
Masaki Muranaka
Monami software



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