Commit ea3a41d3 by Jeff Law

elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

(
        * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

From-SVN: r28010
parent e541a076
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment