diff options
author | Richard Henderson <rth@redhat.com> | 2008-08-07 09:29:22 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2008-08-07 09:29:22 -0700 |
commit | 058514b381c9f8225cfd63731d90006c37a83139 (patch) | |
tree | 6f429f963a824f06c51ad8534931937fd85f61e3 /gcc/debug.h | |
parent | 9940eebdf8c0614c2bcde838ed2ac56ae96e93b3 (diff) | |
download | gcc-058514b381c9f8225cfd63731d90006c37a83139.zip gcc-058514b381c9f8225cfd63731d90006c37a83139.tar.gz gcc-058514b381c9f8225cfd63731d90006c37a83139.tar.bz2 |
configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): New.
* configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): New.
* configure, config.in: Rebuild.
* debug.h (dwarf2out_do_cfi_asm): Declare.
* c-cppbuiltin.c (c_cpp_builtins): Use it.
* dwarf2out.c (dwarf2out_do_cfi_asm): New.
(dwarf2out_cfi_label, add_fde_cfi, output_call_frame_info,
dwarf2out_begin_prologue, dwarf2out_end_epilogue): Use it.
From-SVN: r138846
Diffstat (limited to 'gcc/debug.h')
-rw-r--r-- | gcc/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/debug.h b/gcc/debug.h index cab1e26..6cdf786 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -160,6 +160,7 @@ extern void dwarf2out_frame_finish (void); /* Decide whether we want to emit frame unwind information for the current translation unit. */ extern int dwarf2out_do_frame (void); +extern int dwarf2out_do_cfi_asm (void); extern void dwarf2out_switch_text_section (void); extern void debug_flush_symbol_queue (void); |