diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index a33f15b2c16..2c8dbd638be 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -543,6 +543,12 @@ extern void default_named_section_asm_out_constructor PARAMS ((struct rtx_def *, extern void default_ctor_section_asm_out_constructor PARAMS ((struct rtx_def *, int)); +extern void default_select_section PARAMS ((tree, int, + unsigned HOST_WIDE_INT)); +extern void default_elf_select_section PARAMS ((tree, int, + unsigned HOST_WIDE_INT)); +extern void default_unique_section PARAMS ((tree, int)); + /* Emit data for vtable gc for GNU binutils. */ extern void assemble_vtable_entry PARAMS ((struct rtx_def *, HOST_WIDE_INT)); extern void assemble_vtable_inherit PARAMS ((struct rtx_def *, |