aarch64: Extract Pointer Authentication feature from Armv8.3-A

Extract PAC (Pointer Authentication) feature from Armv8.3-A.
Please note that PAC stays a Armv8.3-A feature but now can be
assigned to other architectures or CPUs.
This commit is contained in:
Przemyslaw Wirkus
2020-11-06 13:09:51 +00:00
parent fa63ba779d
commit af1bd771fc
4 changed files with 52 additions and 33 deletions

View File

@@ -1,3 +1,8 @@
2020-11-06 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
* opcode/aarch64.h (AARCH64_FEATURE_PAC): Add new feature.
(AARCH64_ARCH_V8_3): Add back PAC to Armv8.3-A.
2020-11-04 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
* opcode/aarch64.h (AARCH64_ARCH_V8): Add RAS to Armv8-A.