projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e541a07
)
elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
author
Jeff Law
<law@gcc.gnu.org>
Thu, 8 Jul 1999 11:57:41 +0000
(
05:57
-0600)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/gcc/config/pa/elf.h
b/gcc/config/pa/elf.h
index 067d7c0e105891cab3f2cfe3a73f9d4d742b67fc..0ea2f7876ea66f99bdb407383944e78bbf69f17f 100644
(file)
--- 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. */