From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaLhs-0003MA-Lo for qemu-devel@nongnu.org; Tue, 13 Dec 2011 01:19:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaLhr-0004k0-MN for qemu-devel@nongnu.org; Tue, 13 Dec 2011 01:19:16 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:58100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaLhr-0004iX-DT for qemu-devel@nongnu.org; Tue, 13 Dec 2011 01:19:15 -0500 From: Paul Brook Date: Tue, 13 Dec 2011 06:19:08 +0000 References: <1323725761-5629-1-git-send-email-agraf@suse.de> <4EE6A292.4000901@twiddle.net> In-Reply-To: <4EE6A292.4000901@twiddle.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201112130619.08572.paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH] PPC: Fix linker scripts on ppc hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Riku Voipio , dvaleev@suse.com, Alexander Graf , Richard Henderson > > 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. Paul