From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB71g-000116-BY for qemu-devel@nongnu.org; Tue, 04 Oct 2011 11:35:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RB71c-0002su-Fr for qemu-devel@nongnu.org; Tue, 04 Oct 2011 11:35:24 -0400 Sender: Richard Henderson Message-ID: <4E8B27AF.8000508@twiddle.net> Date: Tue, 04 Oct 2011 08:35:11 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1317741292-28514-1-git-send-email-afaerber@suse.de> In-Reply-To: <1317741292-28514-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] ppc64: Fix linker script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Blue Swirl , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Gerd Hoffmann On 10/04/2011 08:14 AM, Andreas Färber wrote: > Since commit 8733f609 (Fix linker scripts) linking on Linux/ppc64 fails: It occurs to me to wonder if we ought to simply auto-detect the presence of the -Ttext-segment ADDR option. If that's present, don't override the linker script and all the changes that might have been introduced therein. r~