[packages/valgrind] up to 3.26.0
atler
atler at pld-linux.org
Sat Oct 25 14:06:27 CEST 2025
commit 939728037c54427d927130e67dc4085dcb3c5026
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Oct 25 12:46:32 2025 +0200
up to 3.26.0
valgrind-native-cpuid.patch | 6 +++---
valgrind.spec | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index 1522dea..ef16784 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.25.1
+Version: 3.26.0
Release: 1
License: GPL v2+
Group: Development/Tools
Source0: https://sourceware.org/pub/valgrind/%{name}-%{version}.tar.bz2
-# Source0-md5: 2b424c9a43aa9bf2840d4989b01ea6e7
+# Source0-md5: 856da1bc568212df6df502295a0439c0
Patch0: %{name}-native-cpuid.patch
Patch1: %{name}-ld_linux_strlen.patch
Patch2: %{name}-datadir.patch
@@ -117,6 +117,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/valgrind-di-server
%attr(755,root,root) %{_bindir}/valgrind-listener
%attr(755,root,root) %{_bindir}/vgdb
+%attr(755,root,root) %{_bindir}/vgstack
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/lib*-linux.a
%if %{with mpi}
diff --git a/valgrind-native-cpuid.patch b/valgrind-native-cpuid.patch
index eb521e0..d03ca70 100644
--- a/valgrind-native-cpuid.patch
+++ b/valgrind-native-cpuid.patch
@@ -60,9 +60,9 @@ diff -uNr valgrind-3.6.0.orig/VEX/priv/guest_amd64_helpers.c valgrind-3.6.0/VEX/
--- valgrind-3.14.0/VEX/pub/libvex.h~ 2018-10-12 20:12:49.000000000 +0200
+++ valgrind-3.14.0/VEX/pub/libvex.h 2018-10-12 20:13:55.990940300 +0200
@@ -519,6 +519,8 @@ typedef
- - '3': current, faster implementation; perhaps producing slightly worse
- spilling decisions. */
- UInt regalloc_version;
+ /* When false constant folding and algebric simplification is disabled.
+ This is used in the iropt tester. */
+ Bool iropt_fold_expr;
+ /* For x86 and amd64 allow the use of native cpuid inst */
+ Bool iropt_native_cpuid;
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/valgrind.git/commitdiff/939728037c54427d927130e67dc4085dcb3c5026
More information about the pld-cvs-commit
mailing list