freebsd-src/stand/uboot/lib
Kyle Evans ed648b3f39 stand: -fno-common fixes for !x86 loaders
- beriloader: archsw is declared extern and defined elsewhere
- ofwloader: ofw_elf{,64} are defined in elf_freebsd.c and
  ppc64_elf_freebsd.c respectively
- ubldr: syscall_ptr is defined in start.S for whichever ubldr platform is
  building

-fno-common will become the default in GCC10/LLVM11.

MFC after:	3 days
2020-04-07 12:57:50 +00:00
..
api_public.h
console.c
copy.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
devicename.c
disk.c Distinguish between "no partition" and "choose best partition" with a constant. 2019-03-24 18:51:52 +00:00
elf_freebsd.c
glue.c loader: remove libsa/crc32.c and use version from zlib 2020-03-19 21:05:11 +00:00
glue.h stand: -fno-common fixes for !x86 loaders 2020-04-07 12:57:50 +00:00
libuboot.h veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
Makefile loader: remove libsa/crc32.c and use version from zlib 2020-03-19 21:05:11 +00:00
module.c
net.c Backout 356693. The libsa malloc does provide necessary alignment and 2020-01-13 20:02:27 +00:00
reboot.c
time.c