projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a48d02c
)
Break long lines.
author
H.J. Lu
<hjl.tools@gmail.com>
Thu, 2 Dec 2010 01:26:07 +0000
(
01:26
+0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Thu, 2 Dec 2010 01:26:07 +0000
(
01:26
+0000)
ld/plugin.h
patch
|
blob
|
history
diff --git
a/ld/plugin.h
b/ld/plugin.h
index
cd8c064
..
e95c3ee
100644
(file)
--- a/
ld/plugin.h
+++ b/
ld/plugin.h
@@
-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,
/* 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,
/* 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 */
#endif /* !def GLD_PLUGIN_H */