]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Enable v8.1 atomics and fix SWP and LDUMAX instructions.
authorAssad Hashmi <assad.hashmi@linaro.org>
Fri, 15 May 2020 14:44:14 +0000 (16:44 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 15 May 2020 14:49:14 +0000 (16:49 +0200)
commit6052ee66a0cf5234e8e2a2b49a8760226bc13b92
treec081e91622741d106eb8b6b46130850890183213
parentabbc0761fa0349d49b10dc8c0f10af6bc0578c40
Enable v8.1 atomics and fix SWP and LDUMAX instructions.

The atomics test drd/tests/std_mutex hangs on Arm v8.1 when built
with GCC10. Add HWCAP_ATOMICS to ARM64_SUPPORTED_HWCAP and fix the
ldumax and swp instructions to make it work.

https://bugs.kde.org/show_bug.cgi?id=421570
NEWS
VEX/priv/guest_arm64_toIR.c
coregrind/m_initimg/initimg-linux.c