| 9ebe945b | 10-Nov-2020 |
John Baldwin <jhb@FreeBSD.org> |
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 S
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
show more ...
|
| 8522d140 | 30-Oct-2018 |
Andrew Turner <andrew@FreeBSD.org> |
Build the csu tests on all architectures.
The tests haven't been run them, but this is enough to build them so I can get feedback on if the various crt.h headers are correct.
MFC with: r339738 Spon
Build the csu tests on all architectures.
The tests haven't been run them, but this is enough to build them so I can get feedback on if the various crt.h headers are correct.
MFC with: r339738 Sponsored by: DARPA, AFRL
show more ...
|
| 6ec0ee84 | 30-Oct-2018 |
Andrew Turner <andrew@FreeBSD.org> |
Run the csu tests on a DSO. This builds the tests into a shared library, then runs these from the base test programs. With this we can check crtbeginS.o and crtendS.o are working as expected.
MFC wi
Run the csu tests on a DSO. This builds the tests into a shared library, then runs these from the base test programs. With this we can check crtbeginS.o and crtendS.o are working as expected.
MFC with: r339738 Sponsored by: DARPA, AFRL
show more ...
|