]> git.ipfire.org Git - thirdparty/gcc.git/commit
[aarch64] Make common aarch64 options target-dependent
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Aug 2018 09:43:58 +0000 (09:43 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Aug 2018 09:43:58 +0000 (09:43 +0000)
commitc3c7ecb1d44b2a11d36f33b25a4e084d88dece22
tree46e4e8883adeeeb6d087259c7801cb63cb106bbb
parent8142f7851ddd16dbb04a1fb17079e92cc76732c4
[aarch64] Make common aarch64 options target-dependent

This patch replaces the "Common" attribute in some aarch64 options with "Target"
to make them target-dependent. This doesn't affect their behaviour or how they
are documented with "--help", but does mean that they follow the option
specification that target-specific options are given the "Target" attribute.

Tested by ensuring the changed options are still accepted as before and that
they aren't invokable from an invalid target. Bootstrapped and regression tested
on aarch64-none-elf with ... regressions.

2018-08-16  Sam Tebbs  <sam.tebbs@arm.com>

* config/aarch64/aarch64.opt (mlow-precision-recip-sqrt)
(mlow-precision-sqrt, mlow-precision-div, mverbose-cost-dump): Replace
"Common" with "Target".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263578 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.opt