summaryrefslogtreecommitdiff
path: root/gcc/config/svr3.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-19 00:48:46 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-19 00:48:46 +0000
commit07dce77a7192d1a2c1ffead8300144f5f604338f (patch)
tree94de6966f9963bdb8b74522c9430993111cac451 /gcc/config/svr3.h
parent6bf4d4715c0e89b379288970c16923080c427dd1 (diff)
downloadgcc-07dce77a7192d1a2c1ffead8300144f5f604338f.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@519 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr3.h')
-rw-r--r--gcc/config/svr3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h
index 7726da12d7d..112f8c21854 100644
--- a/gcc/config/svr3.h
+++ b/gcc/config/svr3.h
@@ -184,9 +184,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#define USE_CONST_SECTION 0
-#define INIT_SECTION_ASM_OP "\t.section\t.init"
+#define INIT_SECTION_ASM_OP ".section\t.init"
#define FINI_SECTION_ASM_OP ".section .fini,\"x\""
-#define CONST_SECTION_ASM_OP "\t.section\t.rodata, \"x\""
+#define CONST_SECTION_ASM_OP ".section\t.rodata, \"x\""
#define DTORS_SECTION_ASM_OP FINI_SECTION_ASM_OP
/* CTORS_SECTION_ASM_OP is machine-dependent