diff options
author | Graham Stott <grahams@gcc.gnu.org> | 2002-07-31 23:21:07 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2002-07-31 23:21:07 +0000 |
commit | 752151e87e14427cec39a0dc1d21b1a499585f5b (patch) | |
tree | 8fdb554a34e59bf76c1d2ff01a05564429ffd83c | |
parent | b069de3bac42d3134a9a1fcf91e23d11f1e42e97 (diff) | |
download | gcc-752151e87e14427cec39a0dc1d21b1a499585f5b.zip gcc-752151e87e14427cec39a0dc1d21b1a499585f5b.tar.gz gcc-752151e87e14427cec39a0dc1d21b1a499585f5b.tar.bz2 |
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
-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 |