From 85510dae95f90c0d8d5af65715dfa2dd9fe78be5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 19 Dec 2012 13:14:55 +0000 Subject: valgrind: bump to 3.8.1 Status of the patches: * valgrind-compiler-check.patch, no longer needed, merged upstream. * valgrind-dont-include-a-out-header.patch, kept, just refreshed * valgrind-fix-ccache-support.patch, adapted to the newer Valgrind release. * valgrind-largefile.patch, kept, just refreshed * valgrind-more-ioctls.patch, removed. Most of it was merged upstream. This patch was anyway a feature addition, so it shouldn't be kept in Buildroot. * valgrind-workaround-SIGSEGV-on-PPC.patch, kept as is, just refreshed. This bump also fixes the build failure we were experiencing with Valgrind 3.7.0 against recent Glibc versions. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch') diff --git a/package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch b/package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch index ea91a007e..3358c24ce 100644 --- a/package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch +++ b/package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch @@ -8,10 +8,10 @@ Signed-off-by: Pierre Habouzit coregrind/m_machine.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) -Index: valgrind-3.7.0/coregrind/m_machine.c +Index: b/coregrind/m_machine.c =================================================================== ---- valgrind-3.7.0.orig/coregrind/m_machine.c 2011-10-27 12:45:52.000000000 +0200 -+++ valgrind-3.7.0/coregrind/m_machine.c 2011-12-22 14:53:19.758067046 +0100 +--- a/coregrind/m_machine.c ++++ b/coregrind/m_machine.c @@ -27,6 +27,10 @@ The GNU General Public License is contained in the file COPYING. */ -- cgit v1.2.3