summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-11-25 18:21:38 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-11-25 18:21:38 -0800
commite0c0490bfe04ae870ad1ec39e215e61608cf4ee3 (patch)
tree28556a7be58c09385a153f5126b18bd13e964753 /gcc/dwarf2out.h
parent58767f002acb70b56e3d342607a2c9789bf761e8 (diff)
downloadgcc-e0c0490bfe04ae870ad1ec39e215e61608cf4ee3.tar.gz
dwarf2out.c (dwarf2out_stack_adjust): Add after_p argument.
* dwarf2out.c (dwarf2out_stack_adjust): Add after_p argument. Save args_size adjustments for calls even with cfa as stack pointer. Search calls for stack adjustments after the insn is issued. (dwarf2out_frame_debug): Add after_p argument; pass it on. * dwarf2out.h (dwarf2out_frame_debug): Update to match. * final.c (final_start_function, final_scan_insn): Likewise. From-SVN: r91319
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r--gcc/dwarf2out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h
index e6bf532ff08..730971c2edb 100644
--- a/gcc/dwarf2out.h
+++ b/gcc/dwarf2out.h
@@ -20,7 +20,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
extern void dwarf2out_decl (tree);
-extern void dwarf2out_frame_debug (rtx);
+extern void dwarf2out_frame_debug (rtx, bool);
extern void debug_dwarf (void);
struct die_struct;