]> Git Repo - binutils.git/commitdiff
[ARM] Add crypto-neon-fp-armv8.1 as an fpu option
authorMatthew Wahab <[email protected]>
Thu, 16 Jul 2015 14:11:30 +0000 (15:11 +0100)
committerJiong Wang <[email protected]>
Thu, 16 Jul 2015 14:11:30 +0000 (15:11 +0100)
2015-07-16  Matthew Wahab  <[email protected]>

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 0793a865d918a6337a1eb2bfd335e3207c4856b1..09ee2cb2fb80349c58ac54214e2f0d0fceff8c02 100644 (file)
@@ -1,3 +1,9 @@
+2015-07-16  Matthew Wahab  <[email protected]>
+
+       * 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  <[email protected]>
 
        * config/tc-arm.c (md_assemble): Rephrase the "selected processor does
index c7eaa9c4ba981da005a9c1a481c9a1d7683cc246..a76b4ca62ecaa774ec7393d8377b21166f0d81af 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 0c3b9f94e3849ff2ca8411b23eec983a5f7e521e..7fadd289d89cd114e43a626359da466092802d35 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
This page took 0.058652 seconds and 4 git commands to generate.