From: H.J. Lu Date: Fri, 1 Aug 2008 16:10:28 +0000 (-0700) Subject: Add missing ChangeLog entry for revision 138517. X-Git-Tag: releases/gcc-4.4.0~3465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2568f82a4e60171b82699f0baf4c5cebdb9a5403;p=thirdparty%2Fgcc.git Add missing ChangeLog entry for revision 138517. From-SVN: r138525 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51413c0edbc8..8ce1e665a3f5 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 + + * 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 PR middle-end/36997