]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/sqlite3/tea/win/makefile.vc
Merge r357231 from the clang1000-import branch:
authorDimitry Andric <dim@FreeBSD.org>
Tue, 28 Jan 2020 21:46:59 +0000 (21:46 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 28 Jan 2020 21:46:59 +0000 (21:46 +0000)
commit1232c361394bdde30022a434d0e801fdbca0f4fb
tree7222c410c84d62a558d44145aa22586fe433d4e8
parent3185731ec5e20d56c1ff5c4491047bcb8d000edb
parentae557653090d866becd93b05253463be228ae3c8
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