From 752151e87e14427cec39a0dc1d21b1a499585f5b Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Wed, 31 Jul 2002 23:21:07 +0000 Subject: [PATCH] stormy16.h (BSS_SECTION_ASM_OP): Add missing .section prefix. * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing .section prefix. From-SVN: r55917 --- gcc/config/stormy16/stormy16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 4430e3313a8..a43a1814c86 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 -- 2.30.2