diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 258d11c..610aafc 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -2146,7 +2146,7 @@ extern int _bfd_elf_obj_attrs_arg_type (bfd *, int, int); extern void _bfd_elf_parse_attributes (bfd *, Elf_Internal_Shdr *); extern bfd_boolean _bfd_elf_merge_object_attributes (bfd *, bfd *); -extern bfd_boolean _bfd_elf_create_static_ifunc_sections +extern bfd_boolean _bfd_elf_create_ifunc_sections (bfd *, struct bfd_link_info *); /* Large common section. */ |