Clarify doc for .arch/.cpu
authorThomas Preud'homme <thomas.preudhomme@linaro.org>
Wed, 25 Jul 2018 08:51:51 +0000 (09:51 +0100)
committerThomas Preud'homme <thomas.preudhomme@linaro.org>
Wed, 25 Jul 2018 13:12:40 +0000 (14:12 +0100)
commit54691107334ee13f3237e0f754d458c52d5b145e
treee50aa44467851e140e9de67f2f28492c52b7c463
parente3d39609d16dccfef8fd1f02090fcd1df82736df
Clarify doc for .arch/.cpu

Documentation for .arch and .cpu directives currently says that it
accepts the same name as -march/-mcpu command-line options respectively.
However it only accept the architecture/CPU part of those options: it
does not accept specifying an extension which is done via
.arch_extension. This patch clarifies that the extension is not
accepted.

2018-07-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>

gas/
* doc/c-arm.texi (.arch directive): Clarify that name must not include
an extension.
(.cpu directive): Likewise.
gas/ChangeLog
gas/doc/c-arm.texi
This page took 0.026217 seconds and 4 git commands to generate.