Add missing ChangeLog entry for previous commit
authorPeter Bergner <bergner@gcc.gnu.org>
Thu, 4 Oct 2018 13:38:51 +0000 (08:38 -0500)
committerPeter Bergner <bergner@gcc.gnu.org>
Thu, 4 Oct 2018 13:38:51 +0000 (08:38 -0500)
From-SVN: r264843

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 21631ae0679b111864a41bd2c31a14defd573831..559b31dbac7e2cfacb84fa7e5278659621160610 100644 (file)
@@ -1,3 +1,14 @@
+2018-10-04  Peter Bergner  <bergner@linux.ibm.com>
+
+       PR rtl-optimization/87466
+       * target.def (setjmp_preserves_nonvolatile_regs_p): New target hook.
+       * doc/tm.texi.in (TARGET_SETJMP_PRESERVES_NONVOLATILE_REGS_P): New hook.
+       * doc/tm.texi: Regenerate.
+       * ira-lives.c (process_bb_node_lives): Use the new target hook.
+       * lra-lives.c (process_bb_lives): Likewise.
+       * config/rs6000/rs6000.c (TARGET_SETJMP_PRESERVES_NONVOLATILE_REGS_P):
+       Define.
+
 2018-10-04  Tamar Christina  <tamar.christina@arm.com>
 
        * params.c (add_params): Fix initialization.
index a6865fee246a18be80c093cf302f509e5593daff..c603f81908edd405fc3eced7ffbd10510b491e47 100644 (file)
@@ -1,3 +1,8 @@
+2018-10-04  Peter Bergner  <bergner@linux.ibm.com>
+
+       PR rtl-optimization/87466
+       * gcc.target/powerpc/pr87466.c: New test.
+
 2018-10-04  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
 
        PR tree-optimization/85787