This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [ARM] Add crypto-neon-fp-armv8.1 as an fpu option


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=081e4c7d6714c62ae0e53842013e360f97618ba4

commit 081e4c7d6714c62ae0e53842013e360f97618ba4
Author: Matthew Wahab <matthew.wahab@arm.com>
Date:   Thu Jul 16 15:11:30 2015 +0100

    [ARM] Add crypto-neon-fp-armv8.1 as an fpu option
    
    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.

Diff:
---
 gas/ChangeLog       | 6 ++++++
 gas/config/tc-arm.c | 2 ++
 gas/doc/c-arm.texi  | 5 +++--
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0793a86..09ee2cb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index c7eaa9c..a76b4ca 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -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}
 };
 
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 0c3b9f9..7fadd28 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]