freebsd-dev/lib/csu
Andrew Turner 6ec0ee844c 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
2018-10-30 09:43:26 +00:00
..
aarch64 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
amd64 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
arm Process irelocs for statically linked binaries from crt1 on x86. 2018-10-13 23:52:55 +00:00
common Make the .ctors, .dtors, and .jcr markers as static. They shouldn't be 2018-10-29 17:55:26 +00:00
i386 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
mips Process irelocs for statically linked binaries from crt1 on x86. 2018-10-13 23:52:55 +00:00
powerpc Process irelocs for statically linked binaries from crt1 on x86. 2018-10-13 23:52:55 +00:00
powerpc64 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
riscv Process irelocs for statically linked binaries from crt1 on x86. 2018-10-13 23:52:55 +00:00
sparc64 Process irelocs for statically linked binaries from crt1 on x86. 2018-10-13 23:52:55 +00:00
tests Run the csu tests on a DSO. This builds the tests into a shared library, 2018-10-30 09:43:26 +00:00
Makefile Add a missing include for src.opts.mk. Without it MK_TESTS isn't defined. 2018-10-25 21:08:15 +00:00
Makefile.inc Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00