]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 478624 - Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns... VALGRIND_3_22_BRANCH
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 17 Dec 2023 13:18:51 +0000 (14:18 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 22 Jan 2024 12:45:47 +0000 (13:45 +0100)
commit41ff9aa49f6c54c66d0e6b37f265fd9cb0176057
treef8555397b6f3b5bc2cbc65ec32977f8bb16cf5a9
parenta43e62dddcf51ec6578a90c5988a41e856b44b05
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.

(cherry picked from commit d35005cef8ad8207542738812705ceabf137d7e0)
.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]