OSDN Git Service

Added \n to printf to shorten line for VAX-C.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Mar 1994 12:38:00 +0000 (12:38 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Mar 1994 12:38:00 +0000 (12:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6757 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/genemit.c

index 6feb972..5b60f46 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate code from machine description to emit insns as rtl.
-   Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1991, 1994 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -236,7 +236,7 @@ gen_exp (x)
     {
       if (fmt[i] == '0')
        break;
-      printf (", ");
+      printf (",\n\t");
       if (fmt[i] == 'e' || fmt[i] == 'u')
        gen_exp (XEXP (x, i));
       else if (fmt[i] == 'i')