]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 367576: Add C startup code tests for PIE binaries.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Dec 2020 01:06:49 +0000 (01:06 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Dec 2020 01:06:49 +0000 (01:06 +0000)
commitf441f76e11ace0098fddabd9e87bb24fbf4c50f2
tree1e7e9afffc06d07ca6b1de0b8e5d6d7dca706c76
parentd872faec9d0b393417b8015930c26a217355dcbe
MFC 367576: 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.
lib/csu/tests/Makefile
lib/csu/tests/dynamic/Makefile
lib/csu/tests/dynamicpie/Makefile [new file with mode: 0644]