diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index b92bf3c..85755b7 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -35,10 +35,10 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "function.h" #include "expr.h" -#include "output.h" #include "hard-reg-set.h" #include "regs.h" #include "defaults.h" +#include "output.h" #include "real.h" #include "toplev.h" #include "dbxout.h" @@ -427,7 +427,7 @@ asm_output_aligned_bss (file, decl, name, size, align) #ifdef EH_FRAME_SECTION_ASM_OP void -eh_frame_section () +eh_frame_section (void) { if (in_section != in_eh_frame) { |