------- Comment #11 from ebotcazou at gcc dot gnu dot org 2009-11-10 20:45 ------- Subject: Bug 10127
Author: ebotcazou Date: Tue Nov 10 20:45:25 2009 New Revision: 154079 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154079 Log: PR target/10127 PR ada/20548 * expr.h (anti_adjust_stack_and_probe): Declare. * explow.c (anti_adjust_stack_and_probe): Make global, add ADJUST_BACK parameter and rewrite head comment. (allocate_dynamic_stack_space): Adjust call to above function. * function.c (expand_function_end): Handle STACK_CHECK_MOVING_SP. * tree.h (dwarf2out_args_size): Delete. * dwarf2out.c (dwarf2out_args_size): Make static and move around. (dwarf2out_args_size_adjust): Delete prototype and move around. (dwarf2out_frame_debug_expr): Do not record arg size adjustments for ACCUMULATE_OUTGOING_ARGS targets. Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c trunk/gcc/explow.c trunk/gcc/expr.h trunk/gcc/function.c trunk/gcc/tree.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10127