diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index c39fadf681c..57d31f29138 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -7516,7 +7516,7 @@ bfd_boolean bfd_hide_sym_by_version (struct bfd_elf_version_tree *verdefs, const char *sym_name); bfd_boolean bfd_link_get_defined_symbol - (bfd *output_bfd, struct bfd_link_hash_entry *h, + (struct bfd_link_info *info, struct bfd_link_hash_entry *h, asection **sec, bfd_vma *value); /* Extracted from simple.c. */ |