diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2018-02-20 12:48:50 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2018-02-20 12:49:37 +0000 |
commit | 8811c8f495557bb05a65d2c09eb529e2675b6a57 (patch) | |
tree | 3e2b456507c013efe1edc7f9cd7ebbe7d96f1155 /gas/ChangeLog | |
parent | a543c5ca7c1285548726e6d92ca6044dc1963340 (diff) | |
download | gdb-8811c8f495557bb05a65d2c09eb529e2675b6a57.zip gdb-8811c8f495557bb05a65d2c09eb529e2675b6a57.tar.gz gdb-8811c8f495557bb05a65d2c09eb529e2675b6a57.tar.bz2 |
Clarify .arch_extension possible values
Documentation for .arch_extension says it accepts the same architectural
extensions as those accepted by -mcpu. Given the name and the fact that
-march for obvious reason also accept the same extensions, I believe
it's worth mentioning that it accepts the same extensions as both
-march and -mcpu. This commit addresses that.
2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
gas/
* doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
also the same as -march.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bb827aa..19fb02f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are + also the same as -march. + 2018-02-17 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Mention .nop directive. |