From 9d340419285814de51cced9ad39d682c0037167f Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 29 Sep 2003 22:07:39 +0000 Subject: 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 --- gcc/output.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/output.h') 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. */ -- cgit v1.1