dim 0f3dd1b985 Merge r357231 from the clang1000-import branch:
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:46:59 +00:00
..
2018-02-02 06:32:26 +00:00
2019-12-16 21:52:12 +00:00
2019-12-11 17:37:53 +00:00
2019-05-24 05:34:21 +00:00