diff options
| -rw-r--r-- | gcc/config/stormy16/stormy16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 4430e331..a43a181 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -2435,7 +2435,7 @@ do { \ uninitialized global data will be output in the data section if `-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be used. */ -#define BSS_SECTION_ASM_OP ".bss" +#define BSS_SECTION_ASM_OP "\t.section\t.bss" /* If defined, a C expression whose value is a string containing the assembler operation to identify the following data as |
