From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Miqvv-00031X-PW for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:35:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Miqvq-00031I-BW for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:35:34 -0400 Received: from [199.232.76.173] (port=33054 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Miqvq-00031F-5k for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:35:30 -0400 Received: from mail-fx0-f211.google.com ([209.85.220.211]:48382) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Miqvp-0004LI-KL for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:35:29 -0400 Received: by fxm7 with SMTP id 7so924725fxm.34 for ; Wed, 02 Sep 2009 07:35:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A9E8001.1070004@gnu.org> References: <1251904883-13706-1-git-send-email-kirill@shutemov.name> <1251904883-13706-2-git-send-email-kirill@shutemov.name> <4A9E8001.1070004@gnu.org> Date: Wed, 2 Sep 2009 17:35:28 +0300 Message-ID: From: "Kirill A. Shutemov" Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Re: [PATCH 2/2] Build *-user targets as PIE List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Wed, Sep 2, 2009 at 5:24 PM, Paolo Bonzini wrote: > On 09/02/2009 05:21 PM, Kirill A. Shutemov wrote: >> >> Now we can drop link hack for i386 and fix text relocations on i386 host. > > That's very nice---in fact on July 23rd I wrote: > >> BTW, maybe now the -Wl,-shared trick for self-virtualization can be >> replaced with -fpie (position independent executable)? > > so, thanks for doing that! I hope it will be applied...