mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-14 12:53:34 +08:00
Re-indent plugin.h.
2010-12-01 H.J. Lu <hongjiu.lu@intel.com> * plugin.h: Re-indent.
This commit is contained in:
parent
985f879c3a
commit
a48d02c9a7
@ -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.
|
||||
|
12
ld/plugin.h
12
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user