From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Miqks-0000Cz-Rd for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:24:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Miqkn-0008Rr-Ud for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:24:10 -0400 Received: from [199.232.76.173] (port=48175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Miqkn-0008RS-Nb for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:24:05 -0400 Received: from mail-ew0-f223.google.com ([209.85.219.223]:40786) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Miqkn-0001zJ-Dp for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:24:05 -0400 Received: by ewy23 with SMTP id 23so912672ewy.8 for ; Wed, 02 Sep 2009 07:24:04 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A9E8001.1070004@gnu.org> Date: Wed, 02 Sep 2009 16:24:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1251904883-13706-1-git-send-email-kirill@shutemov.name> <1251904883-13706-2-git-send-email-kirill@shutemov.name> In-Reply-To: <1251904883-13706-2-git-send-email-kirill@shutemov.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: "Kirill A. Shutemov" Cc: qemu-devel@nongnu.org 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! Paolo