aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4a63e32d49a..92e2a83182c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2016-04-15 Bernd Schmidt <bschmidt@redhat.com>
+
+ * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
+ * config/i386/i386.c (ix86_using_red_zone): No longer static.
+ * config/i386/i386.md (stack decrement to push peepholes): Guard
+ with !x86_using_red_zone ().
+
2016-04-15 Jakub Jelinek <jakub@redhat.com>
PR c++/70675