Add valgrind-3.11.0-ppc64-128bit-mod-carry.patch

This commit is contained in:
Mark Wielaard 2016-04-03 21:21:54 +02:00
parent edad3abd33
commit 1f54a53f19
2 changed files with 1928 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -139,6 +139,9 @@ Patch29: valgrind-3.11.0-ppc64-separate-socketcalls.patch
# KDE#356393 - valgrind (vex) crashes because isZeroU happened
Patch30: valgrind-3.11.0-isZeroU.patch
# KDE#359472 - PPC vsubuqm instruction doesn't always give the correct result
Patch31: valgrind-3.11.0-ppc64-128bit-mod-carry.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
@ -277,6 +280,7 @@ chmod 755 memcheck/tests/arm64-linux/filter_stderr
%patch28 -p1
%patch29 -p1
%patch30 -p1
%patch31 -p1
%build
# We need to use the software collection compiler and binutils if available.
@ -474,6 +478,7 @@ echo ===============END TESTING===============
- Add valgrind-3.11.0-ppc64-separate-socketcalls.patch
- Add valgrind-3.11.0-isZeroU.patch
- Replace valgrind-3.11.0-arm64-ldpsw.patch with upstream version
- Add valgrind-3.11.0-ppc64-128bit-mod-carry.patch
* Mon Mar 14 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-18
- Update valgrind-3.11.0-libstdc++-supp.patch.