From: Julian Seward Date: Fri, 12 Nov 2021 12:08:45 +0000 (+0100) Subject: Bug 444399 - disInstr(arm64): unhandled instruction 0xC87F2D89 (LD{,A}XP and ST{... X-Git-Tag: VALGRIND_3_19_0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d38ca5dd6b446c70738031132d41f09de0f7a8a;p=thirdparty%2Fvalgrind.git Bug 444399 - disInstr(arm64): unhandled instruction 0xC87F2D89 (LD{,A}XP and ST{,L}XP). FOLLOWUP FIX. This is an attempt to un-break 'make dist', as broken by the main commit for this bug, which was 530df882b8f60ecacaf2b9b8a719f7ea1c1d1650. --- diff --git a/none/tests/arm64/Makefile.am b/none/tests/arm64/Makefile.am index 9efb49b276..4a06f09961 100644 --- a/none/tests/arm64/Makefile.am +++ b/none/tests/arm64/Makefile.am @@ -14,8 +14,10 @@ EXTRA_DIST = \ fmadd_sub.stdout.exp fmadd_sub.stderr.exp fmadd_sub.vgtest \ fp_and_simd_v82.stdout.exp fp_and_simd_v82.stderr.exp \ fp_and_simd_v82.vgtest \ - ldxp_stxp.stdout.exp ldxp_stxp.stderr.exp \ - ldxp_stxp_basisimpl.vgtest ldxp_stxp_fallbackimpl.vgtest + ldxp_stxp_basisimpl.stdout.exp ldxp_stxp_basisimpl.stderr.exp \ + ldxp_stxp_basisimpl.vgtest \ + ldxp_stxp_fallbackimpl.stdout.exp ldxp_stxp_fallbackimpl.stderr.exp \ + ldxp_stxp_fallbackimpl.vgtest check_PROGRAMS = \ allexec \