aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-09-29 22:07:39 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-09-29 22:07:39 +0000
commit9d340419285814de51cced9ad39d682c0037167f (patch)
tree60a0220083007bd188f5ad527ba761e6c87ea827 /gcc/output.h
parentbc800bb24754583687623be67c348523ca78731a (diff)
downloadgcc-9d340419285814de51cced9ad39d682c0037167f.zip
gcc-9d340419285814de51cced9ad39d682c0037167f.tar.gz
gcc-9d340419285814de51cced9ad39d682c0037167f.tar.bz2
dwarf2out.c (default_eh_frame_section): Split into ...
* 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. From-SVN: r71920
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index a2b48e7..c4fdc53 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. */