]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add C startup code tests for PIE binaries.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 10 Nov 2020 19:09:35 +0000 (19:09 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 10 Nov 2020 19:09:35 +0000 (19:09 +0000)
commit9ebe945bd791f25fe5f4774205cbf07eabca348b
treeb345bf50af34ef143246a26e608d7cc92f6f133e
parentf9fd7337f63698f33239c58c07bf430198235a22
Add C startup code tests for PIE binaries.

- 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
lib/csu/tests/Makefile
lib/csu/tests/dynamic/Makefile
lib/csu/tests/dynamicpie/Makefile [new file with mode: 0644]