aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2006-06-01 17:10:17 +0000
committerMark Shinwell <shinwell@codesourcery.com>2006-06-01 17:10:17 +0000
commit1040e474e08e9506d331ae9822bd4e533fa979f6 (patch)
treeb457f3897378de7ff917fd8cc860b2588f8ddee3 /ChangeLog.csl
parentf3d45739c1e330d68cb3622136e78cccfc4b9230 (diff)
Patch for issue #693.
* gcc/builtins.c (expand_builtin_return_addr): Always use hard_frame_pointer_rtx and prevent frame pointer elimination if INITIAL_FRAME_ADDRESS_RTX isn't set. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@114314 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 4aa70e39bdd..8a507d4a7ed 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,11 @@
2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
+ * gcc/builtins.c (expand_builtin_return_addr): Always use
+ hard_frame_pointer_rtx and prevent frame pointer elimination
+ if INITIAL_FRAME_ADDRESS_RTX isn't set.
+
+2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
+
* gcc/tree.h: Declare folding_initializer.
* gcc/builtins.c (fold_builtin_constant_p): Give definite answer
if folding inside an initializer.