From: Manuel López-Ibáñez Date: Wed, 2 Mar 2016 20:17:15 +0000 (+0000) Subject: target.def (lra_p): Specify that new ports should use LRA. X-Git-Tag: basepoints/gcc-7~625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdfbd086376d3d037f729582e4f0516b39e1c1ef;p=thirdparty%2Fgcc.git target.def (lra_p): Specify that new ports should use LRA. 2016-03-02 Manuel Lopez-Ibanez * target.def(lra_p): Specify that new ports should use LRA. From-SVN: r233914 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67cee6b5a0c4..5f081b33ed97 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-03-02 Manuel Lopez-Ibanez + + * target.def(lra_p): Specify that new ports should use LRA. + 2016-03-02 Jakub Jelinek PR libgomp/69555 diff --git a/gcc/target.def b/gcc/target.def index 5c8e4e16cc10..20f2b32da1e9 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -4884,9 +4884,9 @@ DEFHOOK DEFHOOK (lra_p, "A target hook which returns true if we use LRA instead of reload pass.\ - It means that LRA was ported to the target.\ \ - The default version of this target hook returns always false.", + The default version of this target hook returns always false, but new\ + ports should use LRA.", bool, (void), default_lra_p)