freebsd-dev/lib/csu
Andrew Turner 31d62a73c2 Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs
all the function pointers to be called in the correct order from the
.init/.fini section. The latter just needs to call a gcj specific function
if it exists with a pointer to the start of the .jcr section.

This is currently disabled until __dso_handle support is added.

Reviewed by:	emaste
MFC after:	1 month
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D17587
2018-10-25 17:39:41 +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 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +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 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
Makefile Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
Makefile.inc Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00