diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-16 19:50:13 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-16 19:50:13 +0000 |
commit | 161103d14a387d2fd310aa43a63293b3a909a0c4 (patch) | |
tree | 2bf64ed076b0a61e03300a46437df51ccd9edefc /gcc/config/svr4.h | |
parent | c0b7185d6320302b6deec1558dbda2b77a3111cd (diff) | |
download | gcc-161103d14a387d2fd310aa43a63293b3a909a0c4.tar.gz |
* config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
directive in column zero.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr4.h')
-rw-r--r-- | gcc/config/svr4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 7fa30e8ac26..f7299b32ef9 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -440,7 +440,7 @@ do { \ #define USE_CONST_SECTION 1 -#define CONST_SECTION_ASM_OP ".section\t.rodata" +#define CONST_SECTION_ASM_OP "\t.section\t.rodata" /* Define the pseudo-ops used to switch to the .ctors and .dtors sections. |