Commit 29d26ab2 authored by Richard Henderson's avatar Richard Henderson Committed by Peter Maydell
Browse files

aarch64-linux-user: Enable HWCAP bits for PAuth

parent 0083a1fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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