summaryrefslogtreecommitdiffstats
path: root/linux-user
diff options
context:
space:
mode:
authorRichard Henderson2019-03-01 21:04:58 +0100
committerPeter Maydell2019-03-05 16:55:08 +0100
commitb89d9c988a988d5547c73e2bc43f59b0c07420a5 (patch)
tree43b267076b3450e878d46af81d4b9608a5c6456a /linux-user
parenttarget/arm: Rearrange disas_data_proc_reg (diff)
downloadqemu-b89d9c988a988d5547c73e2bc43f59b0c07420a5.tar.gz
qemu-b89d9c988a988d5547c73e2bc43f59b0c07420a5.tar.xz
qemu-b89d9c988a988d5547c73e2bc43f59b0c07420a5.zip
target/arm: Implement ARMv8.4-CondM
Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190301200501.16533-8-richard.henderson@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> [PMM: fixed up block comment style] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/elfload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c
index 6cfebe1446..6e8762b40d 100644
--- a/linux-user/elfload.c
+++ b/linux-user/elfload.c
@@ -605,6 +605,7 @@ static uint32_t get_elf_hwcap(void)
GET_FEATURE_ID(aa64_fhm, ARM_HWCAP_A64_ASIMDFHM);
GET_FEATURE_ID(aa64_jscvt, ARM_HWCAP_A64_JSCVT);
GET_FEATURE_ID(aa64_sb, ARM_HWCAP_A64_SB);
+ GET_FEATURE_ID(aa64_condm_4, ARM_HWCAP_A64_FLAGM);
#undef GET_FEATURE_ID