Break long lines.
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 2 Dec 2010 01:26:07 +0000 (01:26 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 2 Dec 2010 01:26:07 +0000 (01:26 +0000)
ld/plugin.h

index cd8c0643f8b9bf98d8f2c2e937d37ad3565390f4..e95c3eecf46ada73d17890af096cc775e7b4eb66 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 */
This page took 0.026686 seconds and 4 git commands to generate.