aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr15146a.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Don't add DT_NEEDED for references from the dummy bfdH.J. Lu1-0/+13
bfd/ PR ld/15146 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED for references from the dummy bfd. ld/ PR ld/15146 * plugin.c (plugin_notice): Replace the undefined dummy bfd with the real one. ld/testsuite/ PR ld/15146 * ld-plugin/pr15146.d: New file. * ld-plugin/pr15146a.c: Likewise. * ld-plugin/pr15146b.c: Likewise. * ld-plugin/pr15146c.c: Likewise. * ld-plugin/pr15146d.c: Likewise. * ld-plugin/lto.exp: Add tests for PR ld/15146.