PR target/46093
* generic-morestack.c (__generic_morestack): Make sure the segment
is large enough for both the stack frame and the copied
parameters.
From-SVN: r179702
+2011-10-07 Ian Lance Taylor <iant@google.com>
+
+ PR target/46093
+ * generic-morestack.c (__generic_morestack): Make sure the segment
+ is large enough for both the stack frame and the copied
+ parameters.
+
2011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR bootstrap/49804
current = *pp;
if (current == NULL)
- current = allocate_segment (frame_size);
+ current = allocate_segment (frame_size + param_size);
current->old_stack = old_stack;