aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/amd64/reloc.c
Commit message (Collapse)AuthorAgeFilesLines
* csu: use BSD-1-clause license on csu filesEd Maste2018-11-201-3/+0
| | | | | | | | | | Copyright on these files is held by kib@ and/or the Foundation, and both agree to this change. Approved by: kib Notes: svn path=/head/; revision=340702
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-0/+66
This makes statically linked binaries with ifuncs operational. Reported and tested by: mjg Reviewed by: emaste, markj Sponsored by: The FreeBSD Foundation Approved by: re (rgrimes) Differential revision: https://reviews.freebsd.org/D17363 Notes: svn path=/head/; revision=339351