From a12fd8e1b1c9c6a16e3cc9fc477d7e459776b587 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 5 Dec 2016 14:07:25 +0000 Subject: [ARM] Add ARMv8.3 command line option and feature flag ARMv8.3 is an architectural extension of ARMv8. Add the feature macro and -march=armv8.3-a gas command line option for the ARM target. https://community.arm.com/groups/processors/blog/2016/10/27/armv8-a-architecture-2016-additions gas/ * config/tc-arm.c (arm_archs): Add "armv8.3-a". * doc/c-arm.texi (-march): Add "armv8.3-a". include/ * opcode/arm.h (ARM_EXT2_V8_3A, ARM_AEXT2_V8_3A): New. (ARM_ARCH_V8_3A): New. --- gas/doc/c-arm.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/doc') diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 547950a..dd37220 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -233,6 +233,7 @@ names are recognized: @code{armv8-a}, @code{armv8.1-a}, @code{armv8.2-a}, +@code{armv8.3-a}, @code{iwmmxt} @code{iwmmxt2} and -- cgit v1.1