3.11.0-18 - Add valgrind-3.11.0-arm64-ldpsw.patch

This commit is contained in:
Mark Wielaard 2016-03-14 23:54:26 +01:00
parent 33b34897c1
commit d387a30aa2
2 changed files with 11370 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Summary: Tool for finding memory management bugs in programs
Name: %{?scl_prefix}valgrind
Version: 3.11.0
Release: 16%{?dist}
Release: 18%{?dist}
Epoch: 1
License: GPLv2+
URL: http://www.valgrind.org/
@ -126,6 +126,9 @@ Patch25: valgrind-3.11.0-libstdc++-supp.patch
# KDE#360519 - none/tests/arm64/memory.vgtest might fail with newer gcc
Patch26: valgrind-3.11.0-arm64-ldr-literal-test.patch
# KDE#360425 - arm64 unsupported instruction ldpsw
Patch27: valgrind-3.11.0-arm64-ldpsw.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
@ -260,6 +263,7 @@ chmod 755 memcheck/tests/arm64-linux/filter_stderr
%patch25 -p1
%patch26 -p1
%patch27 -p1
%build
# We need to use the software collection compiler and binutils if available.
@ -452,9 +456,10 @@ echo ===============END TESTING===============
%endif
%changelog
* Mon Mar 14 2016 Mark Wielaard <mjw@redhat.com>
* Mon Mar 14 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-18
- Update valgrind-3.11.0-libstdc++-supp.patch.
- Add valgrind-3.11.0-arm64-ldr-literal-test.patch.
- Add valgrind-3.11.0-arm64-ldpsw.patch
* Thu Mar 10 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-17
- Update valgrind-3.11.0-arm64-more-syscalls.patch