Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry.

From-SVN: r36618
This commit is contained in:
Hans-Peter Nilsson 2000-09-25 13:00:22 +00:00
parent 8802136f1d
commit 614cd6b03f
1 changed files with 1 additions and 1 deletions

View 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. */