PR ld/12727

* elf64-ppc.c (ppc_build_one_stub <ppc_sub_plt_call>): Clear
	was_undefined on dot-symbols.
This commit is contained in:
Alan Modra 2011-05-04 00:31:41 +00:00
parent 7efa8b093e
commit 9507a174f5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2011-05-04 Alan Modra <amodra@gmail.com>
PR ld/12727
* elf64-ppc.c (ppc_build_one_stub <ppc_sub_plt_call>): Clear
was_undefined on dot-symbols.
2011-05-03 Paul Brook <paul@codesourcery.com>

View File

@ -9789,6 +9789,8 @@ ppc_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
these checks could now disappear. */
if (fh->elf.root.type == bfd_link_hash_undefined)
fh->elf.root.type = bfd_link_hash_undefweak;
/* Stop undo_symbol_twiddle changing it back to undefined. */
fh->was_undefined = 0;
}
/* Now build the stub. */