OSDN Git Service

Change callers in config/[h-l]*/ to match:
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / svr3gas.h
index 0f89153..d196008 100644 (file)
@@ -156,7 +156,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;                                    \
     }                                                          \
 }
@@ -167,7 +167,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;                                    \
     }                                                          \
 }