aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1286f16..0d39438 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2017-02-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/79494
+ * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
+ make_reg_eh_region_note_nothrow_nononlocal on call_insn.
+ * config/rs6000/rs6000.c: Include except.h.
+ (rs6000_expand_split_stack_prologue): Call
+ make_reg_eh_region_note_nothrow_nononlocal on the call insn.
+
2017-02-21 Martin Jambor <mjambor@suse.cz>
PR lto/79579