[ARM] Add crypto-neon-fp-armv8.1 as an fpu option
authorMatthew Wahab <matthew.wahab@arm.com>
Thu, 16 Jul 2015 14:11:30 +0000 (15:11 +0100)
committerJiong Wang <jiong.wang@arm.com>
Thu, 16 Jul 2015 14:11:30 +0000 (15:11 +0100)
2015-07-16  Matthew Wahab  <matthew.wahab@arm.com>

gas/
  * config/tc-arm.c (arm_fpus): Add crypto-neon-fp-armv8.1.
  * doc/c-arm.texi (-mfpu=): Likewise.  Correct the entry for
  neon-fp-armv8.1.

gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi

index 0793a86..09ee2cb 100644 (file)
@@ -1,3 +1,9 @@
+2015-07-16  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * config/tc-arm.c (arm_fpus): Add crypto-neon-fp-armv8.1.
+       * doc/c-arm.texi (-mfpu=): Likewise.  Correct the entry for
+       neon-fp-armv8.1.
+
 2015-07-16  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/tc-arm.c (md_assemble): Rephrase the "selected processor does
index c7eaa9c..a76b4ca 100644 (file)
@@ -24989,6 +24989,8 @@ static const struct arm_option_fpu_value_table arm_fpus[] =
   {"crypto-neon-fp-armv8",
                        FPU_ARCH_CRYPTO_NEON_VFP_ARMV8},
   {"neon-fp-armv8.1",  FPU_ARCH_NEON_VFP_ARMV8_1},
+  {"crypto-neon-fp-armv8.1",
+                       FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1},
   {NULL,               ARM_ARCH_NONE}
 };
 
index 0c3b9f9..7fadd28 100644 (file)
@@ -274,9 +274,10 @@ The following format options are recognized:
 @code{neon},
 @code{neon-vfpv4},
 @code{neon-fp-armv8},
-@code{crypto-neon-fp-armv8}.
+@code{crypto-neon-fp-armv8},
+@code{neon-fp-armv8.1}
 and
-@code{neon-fp-armv8-1},
+@code{crypto-neon-fp-armv8.1}.
 
 In addition to determining which instructions are assembled, this option
 also affects the way in which the @code{.double} assembler directive behaves