diff mbox series

[3/6] aarch64-linux-user: Enable HWCAP bits for PAuth

Message ID 20190125225714.10234-5-richard.henderson@linaro.org
State Superseded
Headers show
Series target/arm: Complete ARMv8.3-PAuth linux-user | expand

Commit Message

Richard Henderson Jan. 25, 2019, 10:57 p.m. UTC
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

---
 linux-user/elfload.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.2
diff mbox series

Patch

diff --git a/linux-user/elfload.c b/linux-user/elfload.c
index 3c7a7c2836..775a36ccdd 100644
--- a/linux-user/elfload.c
+++ b/linux-user/elfload.c
@@ -600,6 +600,7 @@  static uint32_t get_elf_hwcap(void)
     GET_FEATURE_ID(aa64_dp, ARM_HWCAP_A64_ASIMDDP);
     GET_FEATURE_ID(aa64_fcma, ARM_HWCAP_A64_FCMA);
     GET_FEATURE_ID(aa64_sve, ARM_HWCAP_A64_SVE);
+    GET_FEATURE_ID(aa64_pauth, ARM_HWCAP_A64_PACA | ARM_HWCAP_A64_PACG);
 
 #undef GET_FEATURE_ID