diff options
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r-- | bfd/elflink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c index 91a00e7..6534d84 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -234,7 +234,7 @@ _bfd_elf_link_record_dynamic_symbol (info, h) const char * name = h->root.root.string; (*info->callbacks->undefined_symbol) - (info, name, abfd, bfd_und_section_ptr, 0); + (info, name, abfd, bfd_und_section_ptr, 0, true); } h->elf_link_hash_flags |= ELF_LINK_FORCED_LOCAL; |