aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/tests/dynamicpie
Commit message (Collapse)AuthorAgeFilesLines
* Add C startup code tests for PIE binaries.John Baldwin2020-11-101-0/+9
- Force dynamic to be a non-PIE binary. - Add a dynamicpie test which uses a PIE binary. Reviewed by: andrew Obtained from: CheriBSD MFC after: 2 weeks Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D27127 Notes: svn path=/head/; revision=367576