diff options
Diffstat (limited to 'bfd/elf64-x86-64.c')
| -rw-r--r-- | bfd/elf64-x86-64.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 26c6f0e..337394f 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -5651,11 +5651,12 @@ elf_x86_64_reloc_type_class (const struct bfd_link_info *info, static bool elf_x86_64_finish_dynamic_sections (bfd *output_bfd, - struct bfd_link_info *info) + struct bfd_link_info *info, + bfd_byte *buf) { struct elf_x86_link_hash_table *htab; - htab = _bfd_x86_elf_finish_dynamic_sections (output_bfd, info); + htab = _bfd_x86_elf_finish_dynamic_sections (output_bfd, info, buf); if (htab == NULL) return false; |
