From acb787b032ea5a84e8a5e94de0b0bf97523f8b47 Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Thu, 19 Nov 2015 09:12:49 +0000 Subject: [AArch64] Add ARMv8.2 command line option and feature flag. ARMv8.2 is an architectural extension of ARMv8. This patch adds an architecture feature macro for ARMv8.2 to the binutils AArch64 target with GAS command line option -march=armv8.2-a. gas/ 2015-11-19 Matthew Wahab * config/tc-aarch64.c (aarch64_archs): Add "armv8.2-a". * doc/c-aarch64.texi (-march): Likewise. include/opcode/ 2015-11-19 Matthew Wahab * aarch64.h (AARCH64_FEATURE_V8_2): New. (AARCH64_ARCH_V8_2): New. Change-Id: I129232ab00234a07d18ce4b619607344acb3cbaf --- include/opcode/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/opcode/ChangeLog') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 8a0a946..a4d4673 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2015-11-19 Matthew Wahab + + * aarch64.h (AARCH64_FEATURE_V8_2): New. + (AARCH64_ARCH_V8_2): New. + 2015-11-11 Alan Modra Peter Bergner -- cgit v1.1