summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-11-02 16:13:29 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2007-11-02 16:13:29 +0000
commite9308876ca01ecf2f417bbb00742b3dc40956ead (patch)
tree4743ed8aae11004de3235169964bd9ebafb2c9d2 /gcc/ChangeLog
parentffed5704b6a2acccb90d9b60cbaf80e7d436860e (diff)
downloadgcc-e9308876ca01ecf2f417bbb00742b3dc40956ead.tar.gz
xtensa.c (xtensa_expand_prologue): Put a REG_FRAME_RELATED_EXPR note on the last insn that sets up the stack...
* config/xtensa/xtensa.c (xtensa_expand_prologue): Put a REG_FRAME_RELATED_EXPR note on the last insn that sets up the stack pointer or frame pointer. * config/xtensa/xtensa.h (DWARF_UNWIND_INFO): Delete. (MUST_USE_SJLJ_EXCEPTIONS): Define. (DWARF2_UNWIND_INFO): Define. (INCOMING_RETURN_ADDR_RTX): Define. (DWARF_FRAME_RETURN_COLUMN): Define. From-SVN: r129855
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index eab0ae0096e..46c275e1160 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2007-11-02 Bob Wilson <bob.wilson@acm.org>
+
+ * config/xtensa/xtensa.c (xtensa_expand_prologue): Put a
+ REG_FRAME_RELATED_EXPR note on the last insn that sets up the stack
+ pointer or frame pointer.
+ * config/xtensa/xtensa.h (DWARF_UNWIND_INFO): Delete.
+ (MUST_USE_SJLJ_EXCEPTIONS): Define.
+ (DWARF2_UNWIND_INFO): Define.
+ (INCOMING_RETURN_ADDR_RTX): Define.
+ (DWARF_FRAME_RETURN_COLUMN): Define.
+
2007-10-31 Richard Guenther <rguenther@suse.de>
* Makefile.in (targhooks.o): Add $(OPTABS_H) dependency.