mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target-arm: remind to keep arm features in sync with linux-user/elfload.c
Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
75f05e4fd7
commit
ce854d7cc3
1 changed files with 4 additions and 0 deletions
|
@ -360,6 +360,10 @@ enum arm_cpu_mode {
|
||||||
#define ARM_IWMMXT_wCGR2 10
|
#define ARM_IWMMXT_wCGR2 10
|
||||||
#define ARM_IWMMXT_wCGR3 11
|
#define ARM_IWMMXT_wCGR3 11
|
||||||
|
|
||||||
|
/* If adding a feature bit which corresponds to a Linux ELF
|
||||||
|
* HWCAP bit, remember to update the feature-bit-to-hwcap
|
||||||
|
* mapping in linux-user/elfload.c:get_elf_hwcap().
|
||||||
|
*/
|
||||||
enum arm_features {
|
enum arm_features {
|
||||||
ARM_FEATURE_VFP,
|
ARM_FEATURE_VFP,
|
||||||
ARM_FEATURE_AUXCR, /* ARM1026 Auxiliary control register. */
|
ARM_FEATURE_AUXCR, /* ARM1026 Auxiliary control register. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue