[AArch64] Add ARMv8.3 command line option and feature flag
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index 4a55becc46b8164c157dc4f21b9a3d24ceb5a95e..bda80571310a32b04d5c46a96f1c09e65460fabb 100644 (file)
@@ -8374,6 +8374,7 @@ static const struct aarch64_arch_option_table aarch64_archs[] = {
   {"armv8-a", AARCH64_ARCH_V8},
   {"armv8.1-a", AARCH64_ARCH_V8_1},
   {"armv8.2-a", AARCH64_ARCH_V8_2},
+  {"armv8.3-a", AARCH64_ARCH_V8_3},
   {NULL, AARCH64_ARCH_NONE}
 };
 
This page took 0.02526 seconds and 4 git commands to generate.