]> gcc.gnu.org Git - gcc.git/commitdiff
elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
authorJeff Law <law@gcc.gnu.org>
Thu, 8 Jul 1999 11:57:41 +0000 (05:57 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 8 Jul 1999 11:57:41 +0000 (05:57 -0600)
(
        * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

From-SVN: r28010

gcc/config/pa/elf.h

index 067d7c0e105891cab3f2cfe3a73f9d4d742b67fc..0ea2f7876ea66f99bdb407383944e78bbf69f17f 100644 (file)
@@ -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.  */
This page took 0.192378 seconds and 5 git commands to generate.