| Index: bfd/doc/targets.texi
|
| diff --git a/bfd/doc/targets.texi b/bfd/doc/targets.texi
|
| index b25f2f8aedf7c70e0c61fb442eef308f41446b01..e56e560640127351837f6e21fdbb34fc8b513c78 100644
|
| --- a/bfd/doc/targets.texi
|
| +++ b/bfd/doc/targets.texi
|
| @@ -467,8 +467,9 @@ BFD_JUMP_TABLE macros.
|
| bfd_boolean (*_bfd_gc_sections) (bfd *, struct bfd_link_info *);
|
|
|
| /* Sets the bitmask of allowed and disallowed section flags. */
|
| - void (*_bfd_lookup_section_flags) (struct bfd_link_info *,
|
| - struct flag_info *);
|
| + bfd_boolean (*_bfd_lookup_section_flags) (struct bfd_link_info *,
|
| + struct flag_info *,
|
| + asection *);
|
|
|
| /* Attempt to merge SEC_MERGE sections. */
|
| bfd_boolean (*_bfd_merge_sections) (bfd *, struct bfd_link_info *);
|
|
|