OSDN Git Service

Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Sep 2000 13:00:22 +0000 (13:00 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Sep 2000 13:00:22 +0000 (13:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36618 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/unix.h

index cdc5797..5b87c8c 100644 (file)
@@ -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.  */