From 87df9ea5a056a88a4fd1f28236155b30bac08ced Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 3 Sep 2010 16:46:39 +0200 Subject: re PR middle-end/45484 (Invalid memory access in gcc.c-torture/execute/builtins/sprintf-chk.c) PR middle-end/45484 * dwarf2out.c (flush_queued_reg_saves): Rename to... (dwarf2out_flush_queued_reg_saves): ... this. No longer static. (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers. * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype. * config/i386/i386.c (output_set_got): Call it. From-SVN: r163823 --- gcc/dwarf2out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/dwarf2out.h') diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index d70b26f..d5b958d 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -22,6 +22,7 @@ extern void dwarf2out_decl (tree); extern void dwarf2out_frame_debug (rtx, bool); extern void dwarf2out_cfi_begin_epilogue (rtx); extern void dwarf2out_frame_debug_restore_state (void); +extern void dwarf2out_flush_queued_reg_saves (void); extern void debug_dwarf (void); struct die_struct; -- cgit v1.1