diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-29 22:07:39 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-29 22:07:39 +0000 |
commit | 4e2b856595852a19b3a06a6d129307321a088678 (patch) | |
tree | 60a0220083007bd188f5ad527ba761e6c87ea827 /gcc/output.h | |
parent | 18ca88fe318871fc01753007eb5c1f529ddce2cf (diff) | |
download | gcc-4e2b856595852a19b3a06a6d129307321a088678.tar.gz |
* dwarf2out.c (default_eh_frame_section): Split into ...
(named_section_eh_frame_section, collect2_eh_frame_section): ... new
functions.
* output.h (named_section_eh_frame_section): Declare.
(collect2_eh_frame_section): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71920 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index a2b48e79dd0..c4fdc536746 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -447,6 +447,8 @@ extern void default_function_pro_epilogue (FILE *, HOST_WIDE_INT); extern void default_exception_section (void); /* Tell assembler to switch to the section for the EH frames. */ +extern void named_section_eh_frame_section (void); +extern void collect2_eh_frame_section (void); extern void default_eh_frame_section (void); /* Default target hook that outputs nothing to a stream. */ |