From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO7pb-00079I-RB for qemu-devel@nongnu.org; Wed, 09 Nov 2011 08:04:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO7pW-0002PT-ND for qemu-devel@nongnu.org; Wed, 09 Nov 2011 08:04:43 -0500 Received: from mail-wy0-f173.google.com ([74.125.82.173]:38676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO7pW-0002P7-H1 for qemu-devel@nongnu.org; Wed, 09 Nov 2011 08:04:38 -0500 Received: by wyh22 with SMTP id 22so1704529wyh.4 for ; Wed, 09 Nov 2011 05:04:36 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 9 Nov 2011 14:04:31 +0100 Message-Id: <1320843872-2402-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] 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. BenoƮt Canet (1): arm-linux-user: fix elfload.c's AT_HWCAP reflected cpu features. linux-user/elfload.c | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) -- 1.7.5.4