]> sourceware.org Git - valgrind.git/commitdiff
Bug 444399 - disInstr(arm64): unhandled instruction 0xC87F2D89 (LD{,A}XP and ST{...
authorJulian Seward <jseward@acm.org>
Fri, 12 Nov 2021 12:08:45 +0000 (13:08 +0100)
committerJulian Seward <jseward@acm.org>
Fri, 12 Nov 2021 12:08:45 +0000 (13:08 +0100)
This is an attempt to un-break 'make dist', as broken by the main commit for
this bug, which was 530df882b8f60ecacaf2b9b8a719f7ea1c1d1650.

none/tests/arm64/Makefile.am

index 9efb49b276cd4e00d8b4b74e1f7e82d1507f2c99..4a06f099614fb0ff8c0d64489bcc1b66c24dad58 100644 (file)
@@ -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 \
This page took 0.033707 seconds and 5 git commands to generate.