Since all targets now define TARGET_LRA_P, this does not change behaviour
for any existing target. Newly added ports will by default use LRA now.
2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
* targhooks.c (default_lra_p): Return true instead of false.
From-SVN: r240131
+2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * targhooks.c (default_lra_p): Return true instead of false.
+
2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
* config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
extern bool
default_lra_p (void)
{
- return false;
+ return true;
}
int