diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index d1e5f245bf6..26e6268f6a5 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -595,6 +595,9 @@ extern bool unlikely_text_section_p (section *); extern void switch_to_section (section *); extern void output_section_asm_op (const void *); +extern void default_asm_output_source_filename (FILE *, const char *); +extern void output_file_directive (FILE *, const char *); + extern unsigned int default_section_type_flags (tree, const char *, int); extern bool have_global_bss_p (void); |