From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO8LN-000087-VN for qemu-devel@nongnu.org; Wed, 09 Nov 2011 08:37:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO8LI-00084K-8C for qemu-devel@nongnu.org; Wed, 09 Nov 2011 08:37:33 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:39049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO8LH-000848-SB for qemu-devel@nongnu.org; Wed, 09 Nov 2011 08:37:28 -0500 Received: by wwg7 with SMTP id 7so2091306wwg.10 for ; Wed, 09 Nov 2011 05:37:27 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 9 Nov 2011 14:37:22 +0100 Message-Id: <1320845843-2627-1-git-send-email-benoit.canet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH V2] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Beno=C3=AEt=20Canet?= A VFP was detected for pxa270 causing an "Illegal instruction" exception. The eglibc was not receiving the right AT_HWCAP from elfloader.c. This version fix typos. BenoƮt Canet (1): arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features. linux-user/elfload.c | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) -- 1.7.5.4