OSDN Git Service

* elf64-ppc.c (adjust_opd_syms): Fix merge error.
authorAlan Modra <amodra@bigpond.net.au>
Mon, 9 Aug 2004 02:59:15 +0000 (02:59 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 9 Aug 2004 02:59:15 +0000 (02:59 +0000)
bfd/ChangeLog
bfd/elf64-ppc.c

index a2bf677..bd2d32e 100644 (file)
@@ -1,5 +1,7 @@
 2004-08-09  Alan Modra  <amodra@bigpond.net.au>
 
+       * elf64-ppc.c (adjust_opd_syms): Fix merge error.
+
        * elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
        (func_desc_adjust): Don't set have_undefweak.
        (ppc64_elf_func_desc_adjust): Don't add an extr nop to sfpr.
index c32eba4..b8fbb71 100644 (file)
@@ -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)
        {