freebsd-skq/stand/mips/beri/loader
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
..
arch.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
beri_console.c beri loader: Replace getc/putc with beri_ prefixed versions 2018-03-12 03:54:38 +00:00
beri_disk_cfi.c Distinguish between "no partition" and "choose best partition" with a constant. 2019-03-24 18:51:52 +00:00
beri_disk_sdcard.c Distinguish between "no partition" and "choose best partition" with a constant. 2019-03-24 18:51:52 +00:00
devicename.c Remove d_type from devdesc. It's not needed as we can fetch it from 2018-03-12 21:39:59 +00:00
exec.c Unify metadata load files for arm, mips, powerpc, sparc64 2018-02-13 03:44:50 +00:00
help.mips
loader.h bootprog_info is generated in vers.c. Move it's definition to 2018-06-14 06:41:33 +00:00
loader.ldscript
main.c stand: -fno-common fixes for !x86 loaders 2020-04-07 12:57:50 +00:00
Makefile Unify metadata load files for arm, mips, powerpc, sparc64 2018-02-13 03:44:50 +00:00
start.S
version