From: Hans-Peter Nilsson Date: Mon, 25 Sep 2000 13:00:22 +0000 (+0000) Subject: Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=614cd6b03fb00ebfbec121b6fead9902a5b3c17e;p=gcc.git Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry. From-SVN: r36618 --- 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. */