aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-11-06 13:09:51 +0000
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-11-06 13:14:14 +0000
commitaf1bd771fc1e719df4c834f9f2d12b879a9de712 (patch)
tree60029bb611a49ba7ec2e64e8008ef7b98df2bd14 /include/ChangeLog
parentfa63ba779d425b18cd93b3a1a34659869fa67c92 (diff)
downloadgdb-af1bd771fc1e719df4c834f9f2d12b879a9de712.zip
gdb-af1bd771fc1e719df4c834f9f2d12b879a9de712.tar.gz
gdb-af1bd771fc1e719df4c834f9f2d12b879a9de712.tar.bz2
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.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 252b494..846b3d1 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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.