OSDN Git Service

Break long lines.
authorhjl <hjl>
Thu, 2 Dec 2010 10:26:07 +0000 (10:26 +0000)
committerhjl <hjl>
Thu, 2 Dec 2010 10:26:07 +0000 (10:26 +0000)
ld/plugin.h

index cd8c064..e95c3ee 100644 (file)
@@ -62,13 +62,15 @@ extern bfd *plugin_get_ir_dummy_bfd (const char *name, bfd *template);
 
 /* Notice-symbol bfd linker callback hook.  */
 extern bfd_boolean plugin_notice (struct bfd_link_info *info,
-                                 const char *name, bfd *abfd, asection *section,
-                                 bfd_vma value);
+                                 const char *name, bfd *abfd,
+                                 asection *section, bfd_vma value);
 
 /* Multiple-definition bfd linker callback hook.  */
 extern bfd_boolean plugin_multiple_definition (struct bfd_link_info *info,
                                               const char *name,
-                                              bfd *obfd, asection *osec, bfd_vma oval,
-                                              bfd *nbfd, asection *nsec, bfd_vma nval);
+                                              bfd *obfd, asection *osec,
+                                              bfd_vma oval, bfd *nbfd,
+                                              asection *nsec,
+                                              bfd_vma nval);
 
 #endif /* !def GLD_PLUGIN_H */