diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-07 16:29:22 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-07 16:29:22 +0000 |
commit | 3dcd5df11c166b18d445c366cd57d6245391df2e (patch) | |
tree | 6f429f963a824f06c51ad8534931937fd85f61e3 /gcc/debug.h | |
parent | 0729edb47e264da6bb70fc7a4c19369897ca7ad2 (diff) | |
download | gcc-3dcd5df11c166b18d445c366cd57d6245391df2e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138846 138bc75d-0d04-0410-961f-82ee72b054a4
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 cab1e2603e2..6cdf7863a25 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); |