]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add C startup code tests for PIE binaries.
authorjhb <jhb@FreeBSD.org>
Tue, 10 Nov 2020 19:09:35 +0000 (19:09 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 10 Nov 2020 19:09:35 +0000 (19:09 +0000)
commite85e8ebb306db7b22172a1d09e1385f8d21ad39d
treeb345bf50af34ef143246a26e608d7cc92f6f133e
parent76737014133fc0f8ec62796c3405e924f885d288
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]