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.
+
+ * 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.
+
* config/tc-arm.c (md_assemble): Rephrase the "selected processor does
{"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}
};
@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