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 b28931d..4d2e414 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-11 Eric Botcazou <ebotcazou@adacore.com>
+
+ * function.h (frame_offset_overflow): Declare.
+ * function.c (frame_offset_overflow): New function.
+ (assign_stack_local_1): Call it to detect that the offset overflows.
+ * cfgexpand.c (alloc_stack_frame_space): Likewise.
+
2006-03-11 Steven Bosscher <stevenb.gcc@gmail.com>
* config/sh/sh.c: Include alloc-pool.h.