aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2000-09-25 13:00:22 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2000-09-25 13:00:22 +0000
commit614cd6b03fb00ebfbec121b6fead9902a5b3c17e (patch)
tree58b9ece831cda0d4b2323364145d45bea26203dd /gcc
parent8802136f1d8489582199f30ec03a4bbecf010f9a (diff)
downloadgcc-614cd6b03fb00ebfbec121b6fead9902a5b3c17e.zip
gcc-614cd6b03fb00ebfbec121b6fead9902a5b3c17e.tar.gz
gcc-614cd6b03fb00ebfbec121b6fead9902a5b3c17e.tar.bz2
Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry.
From-SVN: r36618
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/unix.h2
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. */