From 614cd6b03fb00ebfbec121b6fead9902a5b3c17e Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 25 Sep 2000 13:00:22 +0000 Subject: [PATCH] Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry. From-SVN: r36618 --- gcc/config/i386/unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index cdc5797e45f..5b87c8cfe7f 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. */ -- 2.30.2