[AArch64] Add support for ARMv8.1 command line option
[external/binutils.git] / gas / config / tc-aarch64.c
index 26df2f2..e95d5f6 100644 (file)
@@ -7383,6 +7383,7 @@ struct aarch64_arch_option_table
 static const struct aarch64_arch_option_table aarch64_archs[] = {
   {"all", AARCH64_ANY},
   {"armv8-a", AARCH64_ARCH_V8},
+  {"armv8.1-a", AARCH64_ARCH_V8_1},
   {NULL, AARCH64_ARCH_NONE}
 };