diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 1ef3bf743ca..2e5b78d4e11 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -1294,8 +1294,8 @@ do { char dstr[30]; \ uninitialized but not common symbol. Try to use asm_output_bss to implement this macro. */ -#define ASM_OUTPUT_BSS(FILE, NAME, SIZE, ROUNDED) \ - asm_output_bss ((FILE), (NAME), (SIZE), (ROUNDED)) +#define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \ + asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED)) /* This says how to output an assembler line to define a local common symbol. */