qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 887516] Re: VFP support reported for the PXA270


From: Benoît Canet
Subject: [Qemu-devel] [Bug 887516] Re: VFP support reported for the PXA270
Date: Wed, 09 Nov 2011 19:18:25 -0000

linux-user/elfload.c's AT_HWCAP was not reflecting cpu features.
Patch Reviewed-By and posted to the mailling list.

** Changed in: qemu
       Status: New => Fix Released

** Changed in: qemu
     Assignee: (unassigned) => Benoît Canet (benoit-canet)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/887516

Title:
  VFP support reported for the PXA270

Status in QEMU:
  Fix Released

Bug description:
  The HWCAPS seems to be broken on PXA, because sigsetjmp of eglibc-2.14
  chooses a VFP code path after the hwcaps test [1][2] which causes a
  SIGILL on a VSTM instruction.

  How to reproduce:
  1. build an arm-linux-gnueabi toolchain with eglibc-2.14
  2. compile a trivial main()
  3. run it with qemu-arm -cpu pxa270

  Host: Debian Testing 64bit, 3.0 kernel
  Command line: ~/bin/qemu/bin/qemu-arm -cpu pxa270 -L 
~/bin/arm-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot ./test2
  Qemu version: git 1d769ceda65eef76bad3356f5b7b0ce8a61e5d76

  [1] http://cygwin.com/ml/crossgcc/2011-11/msg00016.html
  [2] http://cygwin.com/ml/crossgcc/2011-11/msg00019.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/887516/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]