From c1e9f663099abd31015872fe845ef203781b33a3 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 27 Mar 2001 20:18:13 -0800 Subject: bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions. * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c, jump.c, toplev.c: Rename asynchronous_exceptions to flag_non_call_exceptions. * java/decl.c (end_java_method): Rename asynchronous_exceptions to flag_non_call_exceptions. From-SVN: r40902 --- gcc/dwarf2out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f791538..67ac7e2 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -951,7 +951,7 @@ dwarf2out_stack_adjust (insn) long offset; const char *label; - if (! asynchronous_exceptions && GET_CODE (insn) == CALL_INSN) + if (! flag_non_call_exceptions && GET_CODE (insn) == CALL_INSN) { /* Extract the size of the args from the CALL rtx itself. */ @@ -968,7 +968,7 @@ dwarf2out_stack_adjust (insn) /* If only calls can throw, and we have a frame pointer, save up adjustments until we see the CALL_INSN. */ - else if (! asynchronous_exceptions + else if (! flag_non_call_exceptions && cfa.reg != STACK_POINTER_REGNUM) return; -- cgit v1.1