summaryrefslogtreecommitdiff
path: root/gcc/config/svr3.h
diff options
context:
space:
mode:
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 44fc241fa26..5e732af8922 100644
--- a/gcc/config/svr3.h
+++ b/gcc/config/svr3.h
@@ -266,7 +266,7 @@ init_section () \
{ \
if (in_section != in_init) \
{ \
- fprintf (asm_out_file, "\t%s\n", INIT_SECTION_ASM_OP); \
+ fprintf (asm_out_file, "%s\n", INIT_SECTION_ASM_OP); \
in_section = in_init; \
} \
}
@@ -277,7 +277,7 @@ fini_section () \
{ \
if (in_section != in_fini) \
{ \
- fprintf (asm_out_file, "\t%s\n", FINI_SECTION_ASM_OP); \
+ fprintf (asm_out_file, "%s\n", FINI_SECTION_ASM_OP); \
in_section = in_fini; \
} \
}