Add valgrind-3.10.1-fno-ipa-icf.patch.

This commit is contained in:
Mark Wielaard 2015-06-03 14:47:16 +02:00
parent a1fa848f9a
commit c55764e13a
2 changed files with 1925 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -92,6 +92,9 @@ Patch13: valgrind-3.10.1-syncfs.patch
# Upstream valgrind svn r15304
Patch14: valgrind-3.10.1-arm-process_vm_readv_writev.patch
# Upstream valgrind svn r15305
Patch15: valgrind-3.10.1-fno-ipa-icf.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
@ -204,6 +207,7 @@ Valgrind User Manual for details.
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%build
# We need to use the software collection compiler and binutils if available.
@ -363,6 +367,7 @@ echo ===============END TESTING===============
- Add valgrind-3.10.1-memfd_create.patch.
- Add valgrind-3.10.1-syncfs.patch.
- Add valgrind-3.10.1-arm-process_vm_readv_writev.patch.
- Add valgrind-3.10.1-fno-ipa-icf.patch.
* Fri May 22 2015 Mark Wielaard <mjw@redhat.com> - 3.10.1-8
- Disable extended regtest on arm. The gdb tests hang for unknown reasons.