This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linaro gcc mirror + linaro-local branches".
The branch, gcc-4_9-branch has been updated via 5d0b890ce916008c67c102f27114a7a86d820697 (commit) from 05076167a72cd10eef2c8089e25f1dfe91f9918f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5d0b890ce916008c67c102f27114a7a86d820697 Author: kkojima kkojima@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Tue Jul 7 20:39:28 2015 +0000
PR target/66780 * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03 change for target/65249.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@225526 138bc75d-0d04-0410-961f-82ee72b054a4
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 342ec1c..ba4137d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2015-07-07 Kaz Kojima kkojima@gcc.gnu.org + + Backport form mainline + 2015-07-07 Kaz Kojima kkojima@gcc.gnu.org + + PR target/66780 + * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03 + change for target/65249. + 2015-07-05 Bill Schmidt wschmidt@linux.vnet.ibm.com
Backport from mainline r224725 diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 3825401..488b665 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -10158,11 +10158,6 @@ label: "__stack_chk_guard") == 0) stack_chk_guard_p = true;
- /* Use R0 to avoid long R0 liveness which stack-protector tends to - produce. */ - if (stack_chk_guard_p && ! reload_in_progress && ! reload_completed) - operands[2] = gen_rtx_REG (Pmode, R0_REG); - if (TARGET_SHMEDIA) { rtx reg = operands[2];
-----------------------------------------------------------------------
Summary of changes: gcc/ChangeLog | 9 +++++++++ gcc/config/sh/sh.md | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-)
hooks/post-receive