diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-03 14:46:39 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-03 14:46:39 +0000 |
commit | 0a77879732c796fea01bbd31a010874e5405d663 (patch) | |
tree | 34695d8a7b5cea828396ff58d0246f0b55ae0485 /gcc/dwarf2out.h | |
parent | 8c6d6f5a43bf1d3cc5de4e3c9e199447d8b8e4b8 (diff) | |
download | gcc-0a77879732c796fea01bbd31a010874e5405d663.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163823 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r-- | gcc/dwarf2out.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index d70b26f6ffd..d5b958dd66c 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; |