Fix TARGET_LRA_P description
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 14 Sep 2016 10:51:43 +0000 (12:51 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 14 Sep 2016 10:51:43 +0000 (12:51 +0200)
2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>

* target.def (lra_p): Change commentary (for the manual) for the
new default.
* doc/tm.texi: Regenerate.

From-SVN: r240133

gcc/ChangeLog
gcc/doc/tm.texi
gcc/target.def

index 2217c77a1c09afbc34ce2642f68403f5b24b4243..65dc1822376aa178f8221c432a2fd2930bc0bfa6 100644 (file)
@@ -1,3 +1,9 @@
+2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * target.def (lra_p): Change commentary (for the manual) for the
+       new default.
+       * doc/tm.texi: Regenerate.
+
 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
index dc5bcd66effd2c1a6c5549b8ff97b6d82e4b3f65..0ca00d2548dbcea4b98de76d626aae313d379ab1 100644 (file)
@@ -2861,7 +2861,7 @@ A target hook which can change allocno class for given pseudo from
 @end deftypefn
 
 @deftypefn {Target Hook} bool TARGET_LRA_P (void)
-A target hook which returns true if we use LRA instead of reload pass.    The default version of this target hook returns always false, but new  ports should use LRA.
+A target hook which returns true if we use LRA instead of reload pass.    The default version of this target hook returns always true.  New ports  should use LRA, and existing ports are encouraged to convert.
 @end deftypefn
 
 @deftypefn {Target Hook} int TARGET_REGISTER_PRIORITY (int)
index 8509e7d2d30aafacd2964e08ce1e9a5f1b7f16f8..a4e4cbb66454bc0f1bd351b7e47ed2d0c444dbd8 100644 (file)
@@ -4929,8 +4929,8 @@ DEFHOOK
 (lra_p,
  "A target hook which returns true if we use LRA instead of reload pass.\
   \
-  The default version of this target hook returns always false, but new\
-  ports should use LRA.",
+  The default version of this target hook returns always true.  New ports\
+  should use LRA, and existing ports are encouraged to convert.",
  bool, (void),
  default_lra_p)