Bug 478624 - Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns...
commitd35005cef8ad8207542738812705ceabf137d7e0
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 17 Dec 2023 13:18:51 +0000 (17 14:18 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 17 Dec 2023 14:31:27 +0000 (17 15:31 +0100)
tree0827f9bdf380403c4cd892630cb23b1f1215d830
parent758ab5e6d22fb80b17e6888d03e065955f579735
Bug 478624 - Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26)

It was a bit of a struggle to get the testcase to build
with both clang and gcc (oddly enough gcc was more difficult) so
I just resorted to using .byte arrays.
.gitignore
NEWS
VEX/priv/guest_x86_toIR.c
none/tests/x86/Makefile.am
none/tests/x86/gnu_binutils_nop.c [new file with mode: 0644]
none/tests/x86/gnu_binutils_nop.stderr.exp [new file with mode: 0644]
none/tests/x86/gnu_binutils_nop.vgtest [new file with mode: 0644]