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: linker section of non-contiguous memory region


On Fri, Mar 1, 2013 at 2:59 AM, Robert <devcal@gmx.de> wrote:
>
> I'm trying to write a linker script to write one section content into two
> non-contiguous memory regions.

As far as I know the linker can not put a single output section into
two discontiguous memory regions.  You have to produce two output
sections.  And there is no way to intelligently split the input
sections into two output sections, which leaves you with the approach
you are already taking.  Sorry.

Ian


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