On 13 December 2011 06:19, Paul Brook <p...@codesourcery.com> wrote:
>> > When compiling qemu statically with multilib on PPC, we hit the
>> > same issue that commit 845f2c2812d9ed24b36c02a3d06ee83aeafe8b49
>> > is fixing. Do the same here.
>>
>> How many of these ld files can we get rid of if we use -Ttext-segment
>> instead? Generally all we're really caring about is moving the program
>> base around so that it doesn't conflict with the address space we want to
>> use for the client.
>
> Now that we have the automatic GUEST_BASE stuff you shouldn't need to do
> either.

...which reminds me, are we ever going to add guest_base support to
the SPARC TCG targets? configure says that's the only one that doesn't
currently support it...

-- PMM

Reply via email to