diff options
-rw-r--r-- | gcc/config/i386/unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index cdc5797..5b87c8c 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */ /* Output before writable (uninitialized) data. */ -#define BSS_SECTION_ASM_OP "\.bss" +#define BSS_SECTION_ASM_OP "\t.bss" /* This is how to output a command to make the user-level label named NAME defined for reference from other files. */ |