[packages/valgrind] - up to 3.15.0
arekm
arekm at pld-linux.org
Thu Apr 18 10:53:22 CEST 2019
commit 6d4c7c59d89e65a2d2d6dd69e93fe2e4da63b805
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Apr 18 10:53:15 2019 +0200
- up to 3.15.0
valgrind-native-cpuid.patch | 6 +++---
valgrind.spec | 7 +++++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index e94237d..ec5338b 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -7,12 +7,12 @@
Summary: An open-source memory debugger
Summary(pl.UTF-8): Otwarty odpluskwiacz pamięci
Name: valgrind
-Version: 3.14.0
+Version: 3.15.0
Release: 1
License: GPL v2+
Group: Development/Tools
Source0: https://sourceware.org/pub/valgrind/%{name}-%{version}.tar.bz2
-# Source0-md5: 74175426afa280184b62591b58c671b3
+# Source0-md5: 46e5fbdcbc3502a5976a317a0860a975
Patch0: %{name}-native-cpuid.patch
Patch1: %{name}-ld_linux_strlen.patch
URL: http://valgrind.org/
@@ -70,6 +70,7 @@ ac_cv_path_GDB=/usr/bin/gdb \
%configure \
CC=gcc \
--enable-tls \
+ %{!?with_mpi:--with-mpicc=/bin/false} \
%if %{_lib} != "lib"
--enable-only64bit \
%endif \
@@ -115,6 +116,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}/*.xml
%{_libdir}/%{name}/default.supp
%{_libdir}/%{name}/lib*-linux.a
+%{_libexecdir}/%{name}
%{_includedir}/valgrind
%{_mandir}/man1/callgrind_annotate.1*
%{_mandir}/man1/callgrind_control.1*
@@ -123,6 +125,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/cg_merge.1*
%{_mandir}/man1/ms_print.1*
%{_mandir}/man1/valgrind.1*
+%{_mandir}/man1/valgrind-di-server.1*
%{_mandir}/man1/valgrind-listener.1*
%{_mandir}/man1/vgdb.1*
%{_pkgconfigdir}/valgrind.pc
diff --git a/valgrind-native-cpuid.patch b/valgrind-native-cpuid.patch
index dd0617d..8994509 100644
--- a/valgrind-native-cpuid.patch
+++ b/valgrind-native-cpuid.patch
@@ -12,10 +12,10 @@ diff -uNr valgrind-3.6.0.orig/coregrind/m_main.c valgrind-3.6.0/coregrind/m_main
log_to = VgLogTo_Fd;
--- valgrind-3.11.0/VEX/priv/guest_amd64_defs.h.orig 2015-11-15 19:07:11.062949101 +0100
+++ valgrind-3.11.0/VEX/priv/guest_amd64_defs.h 2015-11-15 19:09:09.992944110 +0100
-@@ -169,6 +169,7 @@
- extern void amd64g_dirtyhelper_CPUID_sse42_and_cx16 ( VexGuestAMD64State* st );
+@@ -170,6 +170,7 @@ extern void amd64g_dirtyhelper_CPUID_ss
extern void amd64g_dirtyhelper_CPUID_avx_and_cx16 ( VexGuestAMD64State* st );
- extern void amd64g_dirtyhelper_CPUID_avx2 ( VexGuestAMD64State* st );
+ extern void amd64g_dirtyhelper_CPUID_avx2 ( VexGuestAMD64State* st,
+ ULong hasF16C, ULong hasRDRAND );
+extern void amd64g_dirtyhelper_CPUID_native ( VexGuestAMD64State* st );
extern void amd64g_dirtyhelper_FINIT ( VexGuestAMD64State* );
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/valgrind.git/commitdiff/6d4c7c59d89e65a2d2d6dd69e93fe2e4da63b805
More information about the pld-cvs-commit
mailing list