OSDN Git Service

* config/i386/linux.c: Use fputs or putc instead of fprintf
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / linux.h
index 9742b9b..9b51496 100644 (file)
@@ -156,7 +156,7 @@ along with GCC; see the file COPYING3.  If not see
        if ((LOG) > 3                                                   \
            && (1 << (LOG)) > ((MAX_SKIP) + 1)                          \
            && (MAX_SKIP) >= 7)                                         \
-         fprintf ((FILE), "\t.p2align 3\n");                           \
+         fputs ("\t.p2align 3\n", (FILE));                             \
       }                                                                        \
     }                                                                  \
   } while (0)