elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
( * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss. From-SVN: r28010
This commit is contained in:
parent
e541a076e6
commit
ea3a41d38f
@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TEXT_SECTION_ASM_OP "\t.text"
|
||||
#define DATA_SECTION_ASM_OP "\t.data"
|
||||
#define BSS_SECTION_ASM_OP "\t.bss"
|
||||
#define BSS_SECTION_ASM_OP "\t.section\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