diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/output.h b/gcc/output.h index 47989e94422..5ea0faaf8ae 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -384,12 +384,6 @@ extern const char *user_label_prefix; /* Default target function prologue and epilogue assembler output. */ extern void default_function_pro_epilogue (FILE *, HOST_WIDE_INT); -/* Return the default value of exception_section. */ -extern section *default_exception_section (void); - -/* Return the default value of eh_frame_section. */ -extern section *default_eh_frame_section (void); - /* Default target hook that outputs nothing to a stream. */ extern void no_asm_to_stream (FILE *); |