diff options
Diffstat (limited to 'bfd/elf32-i386.c')
| -rw-r--r-- | bfd/elf32-i386.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index c887133..abb361b 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -4137,11 +4137,12 @@ elf_i386_reloc_type_class (const struct bfd_link_info *info, static bool elf_i386_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; |
