Some relocations don't actually require a symbol. For example, PPC64 as a TOC relocation (R_PPC64_TOC) which just bases its value on the location of the TOC base, and so there does not seem to be any corresponding symbol. Make sure the target's handler can see such relocations.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The code change here has been rendered unnecessary by r250095; the test-case fixup was committed in r250104.