OSDN Git Service

* target.h (struct gcc_target): Line wrap.
[pf3gnuchains/gcc-fork.git] / gcc / target.h
index 857aad7..eb674c9 100644 (file)
@@ -123,9 +123,9 @@ struct gcc_target
     /* Output the assembler code for a thunk function.  */
     void (* output_mi_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, tree));
 
-    /* Output the assembler code for a thunk function with a vcall
-       offset.  */
-    void (* output_mi_vcall_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, HOST_WIDE_INT, tree));
+    /* Output the assembler code for a thunk function with a vcall offset.  */
+    void (* output_mi_vcall_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT,
+                                           HOST_WIDE_INT, tree));
   } asm_out;
 
   /* Functions relating to instruction scheduling.  */