From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56273 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMUAP-0001AB-0j for qemu-devel@nongnu.org; Wed, 09 Jun 2010 18:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMUA9-0000ze-ED for qemu-devel@nongnu.org; Wed, 09 Jun 2010 18:54:22 -0400 Received: from hall.aurel32.net ([88.191.82.174]:58601) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMUA9-0000zX-9b for qemu-devel@nongnu.org; Wed, 09 Jun 2010 18:54:21 -0400 Date: Thu, 10 Jun 2010 00:54:19 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH 03/35] s390x: Don't use a linker script for user-only. Message-ID: <20100609225419.GG3008@ohm.aurel32.net> References: <1275678883-7082-1-git-send-email-rth@twiddle.net> <1275678883-7082-4-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1275678883-7082-4-git-send-email-rth@twiddle.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, agraf@suse.de On Fri, Jun 04, 2010 at 12:14:11PM -0700, Richard Henderson wrote: > The default placement of the application at 0x80000000 is fine, > and will avoid the default placement for most other guests. > > Signed-off-by: Richard Henderson > --- > configure | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Thanks, applied. > diff --git a/configure b/configure > index 65f87a2..7f5b5b2 100755 > --- a/configure > +++ b/configure > @@ -2758,6 +2758,9 @@ if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then > # -static is used to avoid g1/g3 usage by the dynamic linker > ldflags="$linker_script -static $ldflags" > ;; > + alpha | s390x) > + # The default placement of the application is fine. > + ;; > *) > ldflags="$linker_script $ldflags" > ;; > -- > 1.7.0.1 > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net