Skip to content

arm64: Add Armv8.3-A PA support to assembly files

André Kempe requested to merge (removed):master into master

Add missing flag to note.gnu.property-section to correctly identify assembly files which have been compiled with Arm Pointer Authentification enabled.

PA support is turned on or off at compile time based on the presence of the __ARM_FEATURE_PAC_DEFAULT feature macro.

Merge request reports