* elf32-ppc.c (ppc_elf_check_relocs): Revert non_got_ref change.

This commit is contained in:
Alan Modra 2008-02-23 05:50:28 +00:00
parent 0eb4a168d4
commit 1cd81501f4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-02-23 Alan Modra <amodra@bigpond.net.au>
* elf32-ppc.c (ppc_elf_check_relocs): Revert non_got_ref change.
2008-02-23 Alan Modra <amodra@bigpond.net.au>
* elf32-ppc.c (ppc_elf_copy_indirect_symbol): Copy

View File

@ -3464,6 +3464,9 @@ ppc_elf_check_relocs (bfd *abfd,
a function defined in a dynamic object. */
if (!update_plt_info (abfd, h, NULL, 0))
return FALSE;
/* We may need a copy reloc too. */
h->non_got_ref = 1;
}
dodyn: