aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2008-08-01 09:10:28 -0700
committerH.J. Lu <hjl@gcc.gnu.org>2008-08-01 09:10:28 -0700
commit2568f82a4e60171b82699f0baf4c5cebdb9a5403 (patch)
tree9427f20aba226837195f967bc81ad348d1cca350
parentd015f7cc65a66d8e2b25a2217fc66265b6f45439 (diff)
downloadgcc-2568f82a4e60171b82699f0baf4c5cebdb9a5403.zip
gcc-2568f82a4e60171b82699f0baf4c5cebdb9a5403.tar.gz
gcc-2568f82a4e60171b82699f0baf4c5cebdb9a5403.tar.bz2
Add missing ChangeLog entry for revision 138517.
From-SVN: r138525
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 51413c0..8ce1e66 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -16,6 +16,17 @@
if we do not unroll because we hit max-completely-peeled-insns.
Use our estimation for consistency, do allow shrinking.
+2008-08-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.c (override_options): Replace ABI_STACK_BOUNDARY
+ with MIN_STACK_BOUNDARY.
+ (ix86_update_stack_boundary): Likewise.
+ (ix86_expand_prologue): Assert MIN_STACK_BOUNDARY instead of
+ STACK_BOUNDARY.
+
+ * config/i386/i386.h (ABI_STACK_BOUNDARY): Renamed to ...
+ (MIN_STACK_BOUNDARY): This.
+
2008-08-01 Richard Guenther <rguenther@suse.de>
PR middle-end/36997