Browse Source

* elf64-ppc.c (adjust_opd_syms): Fix merge error.

jimb-rda-nptl-branch
Alan Modra 22 years ago
parent
commit
4f800a42be
  1. 2
      bfd/ChangeLog
  2. 1
      bfd/elf64-ppc.c

2
bfd/ChangeLog

@ -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.

1
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)
{

Loading…
Cancel
Save