]> git.ipfire.org Git - thirdparty/gcc.git/commit
Delete TARGET_LRA_P from those targets that set it to "true"
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Sep 2016 10:49:42 +0000 (10:49 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Sep 2016 10:49:42 +0000 (10:49 +0000)
commit0f07909ca36148e0d48a8dcf24ec021a2736a25f
tree2676f5d34d78c504bfdfb1e6a7b54be90bf1c217
parent2ebea89e3a8873f0a917f1847d5cd6165873f393
Delete TARGET_LRA_P from those targets that set it to "true"

A few targets already always want LRA; those then do not need to override
the default anymore.

2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>

* config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
* config/arm/arm.c (TARGET_LRA_P): Delete macro.
* config/i386/i386.c (TARGET_LRA_P): Delete macro.
* config/nds32/nds32.c (TARGET_LRA_P): Delete macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240132 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.c
gcc/config/arm/arm.c
gcc/config/i386/i386.c
gcc/config/nds32/nds32.c