freebsd-dev/lib/csu
Andrew Turner e1fa5626cf Mark the function called by the MIPS .init/.fini sequence with .local.
As with r328939 we need to mark local symbols as such. Without this the
assembly parser treats the symbols as global and created relocations
against these private symbols.

MFC with:	r339738
Sponsored by:	DARPA, AFRL
2018-11-23 16:33:03 +00:00
..
aarch64 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
amd64 csu: use BSD-1-clause license on csu files 2018-11-20 21:04:20 +00:00
arm Build the csu tests on all architectures. 2018-10-30 14:44:12 +00:00
common csu: use BSD-1-clause license on csu files 2018-11-20 21:04:20 +00:00
i386 csu: use BSD-1-clause license on csu files 2018-11-20 21:04:20 +00:00
mips Mark the function called by the MIPS .init/.fini sequence with .local. 2018-11-23 16:33:03 +00:00
powerpc Build the csu tests on all architectures. 2018-10-30 14:44:12 +00:00
powerpc64 Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
riscv Build the csu tests on all architectures. 2018-10-30 14:44:12 +00:00
sparc64 Add the (untested) mips and sparc64 .init call sequences. 2018-11-07 09:49:25 +00:00
tests Build the csu tests on all architectures. 2018-10-30 14:44:12 +00:00
Makefile Build the csu tests on all architectures. 2018-10-30 14:44:12 +00:00
Makefile.inc Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00