Add valgrind-3.11.0-s390x-risbgn.patch

This commit is contained in:
Mark Wielaard 2016-04-15 20:57:17 +02:00
parent c679c54bb9
commit c4d5bde884
2 changed files with 1746 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -151,6 +151,9 @@ Patch33: valgrind-3.11.0-z13s.patch
# Update gdbserver_tests filter for newer GDB version. # Update gdbserver_tests filter for newer GDB version.
Patch34: valgrind-3.11.0-gdb-test-filters.patch Patch34: valgrind-3.11.0-gdb-test-filters.patch
# KDE#361226 s390x: risbgn (EC59) not implemented
Patch35: valgrind-3.11.0-s390x-risbgn.patch
%if %{build_multilib} %if %{build_multilib}
# Ensure glibc{,-devel} is installed for both multilib arches # 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 BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
@ -293,6 +296,7 @@ chmod 755 memcheck/tests/arm64-linux/filter_stderr
%patch32 -p1 %patch32 -p1
%patch33 -p1 %patch33 -p1
%patch34 -p1 %patch34 -p1
%patch35 -p1
%build %build
# We need to use the software collection compiler and binutils if available. # We need to use the software collection compiler and binutils if available.
@ -487,6 +491,7 @@ echo ===============END TESTING===============
%changelog %changelog
* Fri Apr 15 2016 Mark Wielaard <mjw@redhat.com> * Fri Apr 15 2016 Mark Wielaard <mjw@redhat.com>
- Update valgrind-3.11.0-cxx-freeres.patch (x86 final_tidyup fix) - Update valgrind-3.11.0-cxx-freeres.patch (x86 final_tidyup fix)
- Add valgrind-3.11.0-s390x-risbgn.patch
* Sun Apr 03 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-19 * Sun Apr 03 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-19
- Add valgrind-3.11.0-cxx-freeres.patch (#1312647) - Add valgrind-3.11.0-cxx-freeres.patch (#1312647)