]> gcc.gnu.org Git - gcc.git/commitdiff
Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry.
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 25 Sep 2000 13:00:22 +0000 (13:00 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 25 Sep 2000 13:00:22 +0000 (13:00 +0000)
From-SVN: r36618

gcc/config/i386/unix.h

index cdc5797e45ff455cbb5414649366a095c016e55b..5b87c8cfe7f7c8cd7dbe1bc366987b0213284c91 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.  */
This page took 0.066921 seconds and 5 git commands to generate.