Fix BSS_SECTION_ASM_OP typo introduced and covered by todays ASM.*_OP changelog entry.
From-SVN: r36618
This commit is contained in:
parent
8802136f1d
commit
614cd6b03f
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user