diff options
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index c32eba4..b8fbb71 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -4936,7 +4936,6 @@ adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED) opd_adjust = get_opd_info (sym_sec); if (opd_adjust != NULL) { - eh->elf.root.u.def.value += opd_adjust[eh->elf.root.u.def.value / 24]; long adjust = opd_adjust[eh->elf.root.u.def.value / 24]; if (adjust == -1) { |