diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-07-16 15:11:30 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-07-16 15:11:30 +0100 |
commit | 081e4c7d6714c62ae0e53842013e360f97618ba4 (patch) | |
tree | 004244bb7420f4b061533c143b2c185cfe4eb413 /gas/doc | |
parent | 84b52b66511b99c8cb5cc2074d3dbabf4ffcf826 (diff) | |
download | gdb-081e4c7d6714c62ae0e53842013e360f97618ba4.zip gdb-081e4c7d6714c62ae0e53842013e360f97618ba4.tar.gz gdb-081e4c7d6714c62ae0e53842013e360f97618ba4.tar.bz2 |
[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.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 5 |
1 files changed, 3 insertions, 2 deletions
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 |