diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 13:00:22 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 13:00:22 +0000 |
commit | df181ef8b783a547431cb1272e8875d0c911e04b (patch) | |
tree | 58b9ece831cda0d4b2323364145d45bea26203dd | |
parent | d32cd5ff699d79b3e12daa6e90afdb282844deba (diff) | |
download | gcc-df181ef8b783a547431cb1272e8875d0c911e04b.tar.gz |
Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36618 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/i386/unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |