]> git.proxmox.com Git - mirror_qemu.git/commit
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.
authorBenoit Canet <benoit.canet@gmail.com>
Wed, 9 Nov 2011 03:37:23 +0000 (03:37 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 6 Apr 2012 16:06:34 +0000 (19:06 +0300)
commitadf050b1b9f0fe7f921780eeb1888ce53d94d10b
treeaaa43d3ff5da56235285a37a9b6a7fff75e8c7ce
parentd1b02ea0dcd20998ef178ddc55fb9765f6aa1d44
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.

The cpu capabilities passed by the elf loader in AT_HWCAP where
a constant.
Make AT_HWCAP reflect the emulated cpu features in order to give
correct clues to eglibc.

Riku Voipio: fixed to apply to current head

Fix :  [Bug 887516] [NEW] VFP support reported for the PXA270

Signed-off-by: Benoit Canet <benoit.canet@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/elfload.c