diff options
| -rw-r--r-- | gcc/config/pa/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/elf.h b/gcc/config/pa/elf.h index 067d7c0..0ea2f78 100644 --- a/gcc/config/pa/elf.h +++ b/gcc/config/pa/elf.h @@ -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. */ |
