diff options
Diffstat (limited to 'gold/aarch64.cc')
-rw-r--r-- | gold/aarch64.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/aarch64.cc b/gold/aarch64.cc index bb98edc..a45d3fd 100644 --- a/gold/aarch64.cc +++ b/gold/aarch64.cc @@ -6496,6 +6496,17 @@ Target_aarch64<size, big_endian>::Scan::global( gold_error(_("%s: unsupported reloc %u in pos independent link."), object->name().c_str(), r_type); } + // Make a PLT entry if necessary. + if (gsym->needs_plt_entry()) + { + target->make_plt_entry(symtab, layout, gsym); + // Since this is not a PC-relative relocation, we may be + // taking the address of a function. In that case we need to + // set the entry in the dynamic symbol table to the address of + // the PLT entry. + if (gsym->is_from_dynobj() && !parameters->options().shared()) + gsym->set_needs_dynsym_value(); + } break; case elfcpp::R_AARCH64_LD_PREL_LO19: // 273 |