3.13.0-23 - Remove valgrind-3.13.0-arm-disable-vfp-test.patch

This commit is contained in:
Mark Wielaard 2018-07-27 20:23:24 +02:00
parent 7c872d3e32
commit 355f643c34
2 changed files with 5 additions and 29 deletions

View File

@ -1,23 +0,0 @@
diff -ur valgrind-3.13.0.orig/none/tests/arm/Makefile.am valgrind-3.13.0/none/tests/arm/Makefile.am
--- valgrind-3.13.0.orig/none/tests/arm/Makefile.am 2018-07-12 22:14:06.943404097 +0200
+++ valgrind-3.13.0/none/tests/arm/Makefile.am 2018-07-12 22:15:24.496724854 +0200
@@ -40,7 +40,6 @@
v8memory_a \
v8memory_t \
vcvt_fixed_float_VFP \
- vfp \
vfpv4_fma
AM_CFLAGS += @FLAG_M32@
diff -ur valgrind-3.13.0.orig/none/tests/arm/Makefile.in valgrind-3.13.0/none/tests/arm/Makefile.in
--- valgrind-3.13.0.orig/none/tests/arm/Makefile.in 2018-07-12 22:14:06.948403990 +0200
+++ valgrind-3.13.0/none/tests/arm/Makefile.in 2018-07-12 22:15:53.625091368 +0200
@@ -125,7 +125,7 @@
v6intARM$(EXEEXT) v6intThumb$(EXEEXT) v6media$(EXEEXT) \
v8crypto_a$(EXEEXT) v8crypto_t$(EXEEXT) v8fpsimd_a$(EXEEXT) \
v8fpsimd_t$(EXEEXT) v8memory_a$(EXEEXT) v8memory_t$(EXEEXT) \
- vcvt_fixed_float_VFP$(EXEEXT) vfp$(EXEEXT) vfpv4_fma$(EXEEXT)
+ vcvt_fixed_float_VFP$(EXEEXT) vfpv4_fma$(EXEEXT)
subdir = none/tests/arm
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac

View File

@ -3,7 +3,7 @@
Summary: Tool for finding memory management bugs in programs
Name: %{?scl_prefix}valgrind
Version: 3.13.0
Release: 22%{?dist}
Release: 23%{?dist}
Epoch: 1
License: GPLv2+
URL: http://www.valgrind.org/
@ -185,11 +185,8 @@ Patch22: valgrind-3.13.0-arm64-ptrace.patch
# Accept read-only PT_LOAD segments and .rodata created by ld -z separate-code.
Patch23: valgrind-3.13.0-ld-separate-code.patch
# KDE#396452 none/test/arm/vfp.c doesn't build with binutils 2.31 gas
Patch24: valgrind-3.13.0-arm-disable-vfp-test.patch
# KDE#396887 arch_prctl should return EINVAL on unknown option
Patch25: valgrind-3.13.0-arch_prctl.patch
Patch24: valgrind-3.13.0-arch_prctl.patch
%if %{build_multilib}
# Ensure glibc{,-devel} is installed for both multilib arches
@ -335,7 +332,6 @@ Valgrind User Manual for details.
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%build
CC=gcc
@ -558,6 +554,9 @@ echo ===============END TESTING===============
%endif
%changelog
* Fri Jul 27 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.13.0-23
- Remove valgrind-3.13.0-arm-disable-vfp-test.patch
* Thu Jul 26 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.13.0-22
- Add valgrind-3.13.0-arch_prctl.patch (#1608824)