function.c (expand_function_end): Set the locator of the prologue on the stack checking insns.
* function.c (expand_function_end): Set the locator of the prologue on the stack checking insns. From-SVN: r166668
This commit is contained in:
parent
d780189f23
commit
d16e455d84
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-11-12 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* function.c (expand_function_end): Set the locator of the prologue on
|
||||
the stack checking insns.
|
||||
|
||||
2010-11-12 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config.gcc [xtensa] (extra_options): Add fused-madd.opt.
|
||||
|
|
|
@ -4867,6 +4867,7 @@ expand_function_end (void)
|
|||
probe_stack_range (STACK_OLD_CHECK_PROTECT, max_frame_size);
|
||||
seq = get_insns ();
|
||||
end_sequence ();
|
||||
set_insn_locators (seq, prologue_locator);
|
||||
emit_insn_before (seq, stack_check_probe_note);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue