winebuild: Fix building for arm with older versions of binutils.
commit5de4766475ac606ad917f27ec86154b1406ea9a5
authorMartin Storsjö <martin@martin.st>
Tue, 3 Aug 2021 09:47:21 +0000 (3 12:47 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 3 Aug 2021 21:41:05 +0000 (3 23:41 +0200)
tree6a9368d016224f6cbb81db6e456755f1d74052f9
parent8a016805f0b15ba72c38ebf303eb611324f7788b
winebuild: Fix building for arm with older versions of binutils.

Use an explicit "movw" instead of a plain "mov", as the immediates
might not fit in a narrow thumb mov instruction. Newer versions
of binutils deduces this implicitly.

Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/winebuild/spec32.c