You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new section named .note.AARCH64-PAUTH-ABI-tag of type SHT_NOTE is defined
...
The type field shall be 1
In LLVM, we proposed a corresponding constant NT_ARM_TYPE_PAUTH_ABI_TAG equal to 1: see llvm/llvm-project#74874. The pauthabielf64 should also contain the constant name to have things consistent. See discussion in llvm/llvm-project#72713 (comment)
The text was updated successfully, but these errors were encountered:
In section 14.1 of pauthabielf64 we have the following https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#141default-marking-schema:
In LLVM, we proposed a corresponding constant
NT_ARM_TYPE_PAUTH_ABI_TAG
equal to 1: see llvm/llvm-project#74874. The pauthabielf64 should also contain the constant name to have things consistent. See discussion in llvm/llvm-project#72713 (comment)The text was updated successfully, but these errors were encountered: