]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[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)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 24 Aug 2017 12:36:34 +0000 (09:36 -0300)
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.

Change-Id: I0dd66a64d2027a948c256424cb7158d8d3025a2d

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

index 1a497f44d71b53aad84a1b1704275b245c6e0838..ccb8b2ba5e4d0bc1e168279fb7dc248b11496348 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-06-04  Matthew Wahab  <matthew.wahab@arm.com>
 
        * NEWS: Mention ARMv8.1 support in the Aarch64 port.
index ea89e9153f1ab4821753f9617742389dd1614ec4..04d88e31df8e3cf3a3fb13de9b3abe6c1ede7a2a 100644 (file)
@@ -24650,6 +24650,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 c2e1ab196de08a2a774b5c52b5d1bad4c0c668ae..23ac8493ca801e23b091ba756bd84f243826b5c5 100644 (file)
@@ -259,9 +259,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