diff options
author | Richard Henderson <rth@redhat.com> | 2011-07-05 10:14:16 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-07-05 10:14:16 -0700 |
commit | 499566678c005682a57d6d693abd76acdc849ca6 (patch) | |
tree | cf2c11657a1463f21eeb264da1d773d901f3ce6e /gcc/dwarf2out.h | |
parent | c2b40eba3ab707ce122464620bbdabf8b9044452 (diff) | |
download | gcc-499566678c005682a57d6d693abd76acdc849ca6.zip gcc-499566678c005682a57d6d693abd76acdc849ca6.tar.gz gcc-499566678c005682a57d6d693abd76acdc849ca6.tar.bz2 |
dwarf2out: Remove unused text-based unwind entry points.
The dwarf2out_cfi_label function is privatized, the
dwarf2out_def_cfa function is merged into its last user.
The others really are unused.
* dwarf2out.c (dwarf2out_cfi_label): Make static.
(dwarf2out_flush_queued_reg_saves): Make static.
(dwarf2out_reg_save): Remove.
(dwarf2out_return_save): Remove.
(dwarf2out_return_reg): Remove.
(dwarf2out_reg_save_reg): Remove.
(dwarf2out_def_cfa): Merge into ...
(dwarf2out_frame_init): ... here.
* dwarf2out.h, tree.h: Remove declarations as necessary.
From-SVN: r175876
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r-- | gcc/dwarf2out.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index 7f5ac13..ca2c26a 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -23,7 +23,6 @@ extern void dwarf2out_frame_debug (rtx, bool); extern void dwarf2out_frame_debug_init (void); 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; |