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]

allocating starting at top of memory with ld?



When linking I would like to allocate input sections starting from the highest memory address of an output section and working downwards. For example, given a memory area that starts at 0 and is 64KB in size, and an input section that is 4KB in size, I would like to have the input section located at 0xf000. Additional input sections would be located below this.


It seems unlikely that I'm the first person to want to do this, but my searches have come up empty.

thanks,
galen
--
Galen Seitz
galens@seitzassoc.com


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