freebsd-nq/stand/i386
Dimitry Andric ae55765309 Work around assembler error from clang 10.0.0 in gptboot:
stand/i386/gptboot/gptldr.S:141:3: error: value of 36878 is too large for field of 2 bytes.
  jmp MEM_JMP # Start BTX
  ^

Use the same construct as in stand/i386/boot2/boot1.S, which ensures the
jump distance does not become too large.

MFC after:	3 days
2020-01-28 21:41:37 +00:00
..
boot0
boot0sio
boot2 Move all sources from the llvm project into contrib/llvm-project. 2019-12-20 19:53:05 +00:00
btx
cdboot
common
gptboot Work around assembler error from clang 10.0.0 in gptboot: 2020-01-28 21:41:37 +00:00
gptzfsboot
isoboot
libfirewire
libi386 Add support for Hygon Dhyana Family 18h processor. 2020-01-21 13:22:35 +00:00
loader
loader_4th
loader_lua
loader_simp
mbr
pmbr
pxeldr
zfsboot
boot.ldscript
Makefile
Makefile.inc