PATCH: Re-indent plugin.h

H.J. Lu hongjiu.lu@intel.com
Thu Dec 2 01:24:00 GMT 2010


Hi,

I checked in this patch to re-indent plugin.h.


H.J.
--
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d319a74..f9835ea 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* plugin.h: Re-indent.
+
 2010-11-30  Joel Sherrill  <joel.sherrill@oarcorp.com>
 
 	* configure.tgt: Add sparc64-rtems.
diff --git a/ld/plugin.h b/ld/plugin.h
index b79e739..cd8c064 100644
--- a/ld/plugin.h
+++ b/ld/plugin.h
@@ -45,7 +45,7 @@ extern const char *plugin_error_plugin (void);
 
 /* Call 'claim file' hook for all plugins.  */
 extern int plugin_call_claim_file (const struct ld_plugin_input_file *file,
-		int *claimed);
+				   int *claimed);
 
 /* Call 'all symbols read' hook for all plugins.  */
 extern int plugin_call_all_symbols_read (void);
@@ -62,13 +62,13 @@ 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);
+					       const char *name,
+					       bfd *obfd, asection *osec, bfd_vma oval,
+					       bfd *nbfd, asection *nsec, bfd_vma nval);
 
 #endif /* !def GLD_PLUGIN_H */



More information about the Binutils mailing list