]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357232:
authorDimitry Andric <dim@FreeBSD.org>
Fri, 31 Jan 2020 21:20:22 +0000 (21:20 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Fri, 31 Jan 2020 21:20:22 +0000 (21:20 +0000)
commit9969547b6ce3beff93c7f5c1ba444ab18804e05c
tree7dabedd3fb13cb0009d1c3bcffd6ade088050a2c
parent1baa4e12ba8b54fd9bb51da669569b8c0be239b8
MFC r357232:

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.
stand/i386/gptboot/gptldr.S