freebsd-skq/stand
Kyle Evans 80746f9f83 stand: gptboot: fix build with xtoolchain-llvm90
ufsread.c grows a dependency on __ashldi3 with llvm90. For gptboot, just
start pulling in ashldi3.c ashrdi3.c lshrdi3.c into libsa for all archs as
the number of archs requiring one or more of them keeps growing. qdivrem.c
and quad.h can be trivially kicked out of libsa if we start pulling these
from compiler-rt as qdivrem was only used to implement umoddi3, divdi3,
moddi3 (also in qdivrem.c).

Reviewed by:	imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D21291
2019-08-16 20:09:20 +00:00
..
arm Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
arm64
common loader: ignore some variable settings if input unverified 2019-07-17 23:33:14 +00:00
defaults
efi loader: support com.delphix:removing 2019-08-08 18:08:13 +00:00
fdt loader: Add pnp functions for autoloading modules based on linker.hints 2019-05-23 19:26:50 +00:00
ficl ficl pfopen: verify file 2019-05-24 19:43:38 +00:00
ficl32
forth
i386 stand: boot2: fix build with xtoolchain-llvm90 2019-08-16 20:07:43 +00:00
kshim
liblua
liblua32
libsa stand: gptboot: fix build with xtoolchain-llvm90 2019-08-16 20:09:20 +00:00
libsa32
lua
man
mips Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
ofw [PPC] Fix loader input with newer QEMU versions 2019-06-19 11:37:43 +00:00
powerpc [PPC64] Implement CAS 2019-07-31 20:31:36 +00:00
sparc64
uboot
usb
userboot
defs.mk stand: push LIBC_SRC up into defs.mk 2019-08-16 13:22:57 +00:00
fdt.mk
ficl.mk ficl pfopen: verify file 2019-05-24 19:43:38 +00:00
loader.mk Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
lua.mk
Makefile
Makefile.amd64
Makefile.inc
uboot.mk