From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROAMS-000514-LZ for qemu-devel@nongnu.org; Wed, 09 Nov 2011 10:46:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROAMN-0001Wn-TG for qemu-devel@nongnu.org; Wed, 09 Nov 2011 10:46:48 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:36301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROAMN-0001Wb-LN for qemu-devel@nongnu.org; Wed, 09 Nov 2011 10:46:43 -0500 Received: by wwg7 with SMTP id 7so2269918wwg.10 for ; Wed, 09 Nov 2011 07:46:42 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 9 Nov 2011 16:46:37 +0100 Message-Id: <1320853599-9648-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 V5] 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?= , afaerber@suse.de A VFP was detected for pxa270 causing an "Illegal instruction" exception. The eglibc was not receiving the right AT_HWCAP from elfloader.c. In this version : Fix macro coding style issue BenoƮt Canet (2): arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features. target-arm: remind to keep arm features in sync with linux-user/elfload.c linux-user/elfload.c | 46 ++++++++++++++++++++++++++++++++++++++++++---- target-arm/cpu.h | 4 ++++ 2 files changed, 46 insertions(+), 4 deletions(-) -- 1.7.5.4