]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commit
x86emul/test: fix build with gas 2.43
authorJan Beulich <jbeulich@suse.com>
Fri, 6 Sep 2024 06:41:18 +0000 (08:41 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 6 Sep 2024 06:41:18 +0000 (08:41 +0200)
commit3c09288298af881ea1bb568740deb2d2a06bcd41
tree17bd36b1284e69d0e4bd47309cf60f643dd0d592
parente3b5440012721560ff48859ba8c4ea7f72f9ef20
x86emul/test: fix build with gas 2.43

Drop explicit {evex} pseudo-prefixes. New gas (validly) complains when
they're used on things other than instructions. Our use was potentially
ahead of macro invocations - see simd.h's "override" macro.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/simd.c