aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/powerpc64/reloc.c
Commit message (Collapse)AuthorAgeFilesLines
* [PPC64] Add ifunc support in libcsuLeandro Lupori2019-09-121-0/+43
When ifuncs are used in statically linked binaries, the C runtime must perform the needed dynamic relocations, to make calls to ifuncs work correctly. Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D21070 Notes: svn path=/head/; revision=352255