diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-08 11:57:41 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-08 11:57:41 +0000 |
| commit | 9e6d557ae0286f171b68b51a8abc0803e6b3a07a (patch) | |
| tree | 986e5df16ac1758c2a2cb0c84120482a6cc2dd25 | |
| parent | 6ecaddc42f09c1534bdf9ba8c45d8ec0964918f5 (diff) | |
| download | ppe42-gcc-9e6d557ae0286f171b68b51a8abc0803e6b3a07a.tar.gz ppe42-gcc-9e6d557ae0286f171b68b51a8abc0803e6b3a07a.zip | |
(
* pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28010 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 067d7c0e105..0ea2f7876ea 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. */ |

