freebsd-dev/lib/csu
Justin Hibbits 5d031e332f Create crtsavres.o for powerpc builds
Summary:
GCC expects to link in a crtsavres.o on powerpc platforms.  On
powerpc64 this is an empty file, but on powerpc and powerpcspe this does contain
some save/restore functions, which may not actually be necessary for newer
modern GCC and clang.  This appeases the in-tree gcc, though, and is needed in
order to switch to the BSD CRTRBEGIN.

PR:	233751
Reviewed By: andrew
Differential Revision: https://reviews.freebsd.org/D18826
2019-01-12 21:29:54 +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 Add the missing 0 at the end of the .jcr section. 2018-11-24 18:23:53 +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 Create crtsavres.o for powerpc builds 2019-01-12 21:29:54 +00:00
powerpc64 Create crtsavres.o for powerpc builds 2019-01-12 21:29:54 +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 Add explicit csu test dependency 2019-01-04 18:35:25 +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