]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Mar 2016 20:17:15 +0000 (20:17 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Mar 2016 20:17:15 +0000 (20:17 +0000)
       * target.def(lra_p): Specify that new ports should use LRA.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233914 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/target.def

index 67cee6b5a0c48dd0d86f2e3d9666717beb09d217..5f081b33ed979bc7880da9bb43ed6516c60c07c7 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
+
+       * target.def(lra_p): Specify that new ports should use LRA.
+
 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
 
        PR libgomp/69555
index 5c8e4e16cc107d9c66557457f60b5530888fd3ab..20f2b32da1e902a8f799f0ef4a5d53650e8fa91c 100644 (file)
@@ -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)