|
From: Carl L. <ca...@so...> - 2018-04-11 19:43:00
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=1f08787cfa7c2d6faf48144c3f8745afdb9a7d50 commit 1f08787cfa7c2d6faf48144c3f8745afdb9a7d50 Author: Carl Love <ca...@us...> Date: Wed Apr 11 14:03:29 2018 -0500 Fix 393017 - Add missing support for xsmaxcdp instruction, bug fixes for xsm Missed the update to none/tests/ppc64/Makefile.am to remove the expected output files test_isa_3_0_altivec.stdout.exp and test_isa_3_0_other.stdout.exp. Diff: --- none/tests/ppc64/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/none/tests/ppc64/Makefile.am b/none/tests/ppc64/Makefile.am index 80cde28..a2d364a 100644 --- a/none/tests/ppc64/Makefile.am +++ b/none/tests/ppc64/Makefile.am @@ -45,9 +45,9 @@ EXTRA_DIST = \ test_touch_tm.stderr.exp test_touch_tm.stdout.exp test_touch_tm.vgtest \ ldst_multiple.stderr.exp ldst_multiple.stdout.exp ldst_multiple.vgtest \ data-cache-instructions.stderr.exp data-cache-instructions.stdout.exp data-cache-instructions.vgtest \ - test_isa_3_0_altivec.stderr.exp test_isa_3_0_altivec.stdout.exp \ + test_isa_3_0_altivec.stderr.exp \ test_isa_3_0_altivec.stdout.exp-LE test_isa_3_0_altivec.vgtest \ - test_isa_3_0_other.stderr.exp test_isa_3_0_other.stdout.exp \ + test_isa_3_0_other.stderr.exp \ test_isa_3_0_other.stdout.exp-LE test_isa_3_0_other.vgtest check_PROGRAMS = \ |