3.11.0-16 - Add valgrind-3.11.0-arm64-more-syscalls.patch
This commit is contained in:
parent
71c761e09c
commit
c302f47d06
5800
valgrind-3.11.0-arm64-more-syscalls.patch
Normal file
5800
valgrind-3.11.0-arm64-more-syscalls.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
Summary: Tool for finding memory management bugs in programs
|
||||
Name: %{?scl_prefix}valgrind
|
||||
Version: 3.11.0
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
URL: http://www.valgrind.org/
|
||||
@ -117,6 +117,9 @@ Patch22: valgrind-3.11.0-amd64-ld-index.patch
|
||||
# KDE#359871 Incorrect mask handling in ppoll
|
||||
Patch23: valgrind-3.11.0-ppoll-mask.patch
|
||||
|
||||
# KDE#359503 - Add missing syscalls for aarch64 (arm64)
|
||||
Patch24: valgrind-3.11.0-arm64-more-syscalls.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
|
||||
@ -244,6 +247,10 @@ Valgrind User Manual for details.
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
%patch24 -p1
|
||||
|
||||
# New filter (from patch24) needs to be executable.
|
||||
chmod 755 memcheck/tests/arm64-linux/filter_stderr
|
||||
|
||||
%build
|
||||
# We need to use the software collection compiler and binutils if available.
|
||||
@ -436,8 +443,9 @@ echo ===============END TESTING===============
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 09 2016 Mark Wielaard <mjw@redhat.com>
|
||||
* Wed Mar 09 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-16
|
||||
- Add valgrind-3.11.0-ppoll-mask.patch
|
||||
- Add valgrind-3.11.0-arm64-more-syscalls.patch
|
||||
|
||||
* Wed Feb 24 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-15
|
||||
- Add valgrind-3.11.0-s390-separate-socketcalls.patch
|
||||
|
Loading…
Reference in New Issue
Block a user