]> Git Repo - qemu.git/commit
linux-user/elfload.c: Support ARM HWCAP2 flags
authorPeter Maydell <[email protected]>
Fri, 2 May 2014 13:45:15 +0000 (14:45 +0100)
committerRiku Voipio <[email protected]>
Fri, 2 May 2014 18:59:36 +0000 (21:59 +0300)
commitad6919dc0ab3b8ae26d772e883aa8e709785d249
treee65ef0bd438bbe333b1bce0f6e69fb38c6e429dd
parent24e76ff06bcd0936ee8b04b15dca42efb7d614d1
linux-user/elfload.c: Support ARM HWCAP2 flags

The ARM kernel has chosen to spill into the HWCAP2 ELF feature bit flags
early, even though it hasn't yet exhausted all 32 bits of the HWCAP word.
Add support for setting this in the same way we do for HWCAP.

Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
include/elf.h
linux-user/elfload.c
This page took 0.024216 seconds and 4 git commands to generate.