]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[arm] Document missing -mfpu entries.
authorRichard Earnshaw <Richard.Earnshaw@arm.com>
Mon, 20 Mar 2017 14:56:22 +0000 (14:56 +0000)
committerRichard Earnshaw <Richard.Earnshaw@arm.com>
Mon, 20 Mar 2017 14:56:22 +0000 (14:56 +0000)
commitd5e0ba9cdb0d002b97bab722cce673ce86cf7b11
treea17898e4b142aaa7ef2c119ad12fd4ed4f6635e5
parentd3375ddde4011242ef576083459fc51d0ddc53c8
[arm] Document missing -mfpu entries.

Nick pointed out that I hadn't documented the new -mfpu option
neon-vfpv3 and mentioned that some others were missing.

Having looked through the list only one (neon-fp16) really should be
documented; the other two entries in the real table should not be
documented as they are aliases kept for legacy compatibility reasons.
This patch adds the missing entries and notes in the main table that
the other two entries should not be documented.

I've also fixed a small spelling error in the accompanying text.

* config/tc-arm.c (arm_fpus): Note entires that should not be
documented.
* doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
neon-fp16.  Fix spelling error.
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi