From d0db06c157a879247566286bfb25176a74aa7fd7 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Feb 27 2018 13:40:16 +0000 Subject: 3.13.0-17 - Add valgrind-3.13.0-ppc64-mtfprwa-constraint.patch. --- diff --git a/valgrind-3.13.0-ppc64-mtfprwa-constraint.patch b/valgrind-3.13.0-ppc64-mtfprwa-constraint.patch new file mode 100644 index 0000000..6b360e0 --- /dev/null +++ b/valgrind-3.13.0-ppc64-mtfprwa-constraint.patch @@ -0,0 +1,13 @@ +diff --git a/none/tests/ppc64/test_isa_2_07_part1.c b/none/tests/ppc64/test_isa_2_07_part1.c +index 73a563c..201fa88 100644 +--- a/none/tests/ppc64/test_isa_2_07_part1.c ++++ b/none/tests/ppc64/test_isa_2_07_part1.c +@@ -406,7 +406,7 @@ static void test_mtvsrwz (void) + + static void test_mtfprwa (void) + { +- __asm__ __volatile__ ("mtfprwa %x0,%1" : "=ws" (vec_out) : "r" (r14)); ++ __asm__ __volatile__ ("mtfprwa %x0,%1" : "=d" (vec_out) : "r" (r14)); + }; + + static test_t tests_move_ops_spe[] = { diff --git a/valgrind.spec b/valgrind.spec index c0b3df0..3fb0e9e 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -3,7 +3,7 @@ Summary: Tool for finding memory management bugs in programs Name: %{?scl_prefix}valgrind Version: 3.13.0 -Release: 16%{?dist} +Release: 17%{?dist} Epoch: 1 License: GPLv2+ URL: http://www.valgrind.org/ @@ -166,6 +166,9 @@ Patch18: valgrind-3.13.0-debug-alt-file.patch # KDE#387712 s390x cgijnl reports Conditional jump depends on uninit value Patch19: valgrind-3.13.0-s390-cgijnl.patch +# KDE#391164 constraint bug in tests/ppc64/test_isa_2_07_part1.c for mtfprwa +Patch20: valgrind-3.13.0-ppc64-mtfprwa-constraint.patch + %if %{build_multilib} # Ensure glibc{,-devel} is installed for both multilib arches BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so @@ -308,6 +311,7 @@ Valgrind User Manual for details. %patch17 -p1 %patch18 -p1 %patch19 -p1 +%patch20 -p1 %build # We need to use the software collection compiler and binutils if available. @@ -538,6 +542,9 @@ echo ===============END TESTING=============== %endif %changelog +* Tue Feb 27 2018 Mark Wielaard - 3.13.0-17 +- Add valgrind-3.13.0-ppc64-mtfprwa-constraint.patch. + * Fri Feb 09 2018 Fedora Release Engineering - 1:3.13.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild