summaryrefslogtreecommitdiff
path: root/user/llvm8/more-secure-plt.patch
AgeCommit message (Collapse)AuthorFilesLines
2019-09-05user/llvm8: Additional powerpc fixesSamuel Holland1-23/+140
Two bugs found by running the rust 1.37.0 test suite: - Use the PIC sequence for getting the GOT address when resolving IE TLS in a PIE. The non-PIC code sequence creates bogus dynamic relocations. - Only use the PLT in PIC mode. Otherwise, calls to a DSO from a non-PIE dynamic executable force bss-plt, since secure-plt requires PIC. Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-04-21user/llvm8: bump to 8.0.0A. Wilcox1-0/+28