summaryrefslogtreecommitdiffstats
path: root/package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-19 13:14:55 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-01 22:24:27 +0100
commit85510dae95f90c0d8d5af65715dfa2dd9fe78be5 (patch)
tree23b30a905a2a891611dfb0efb591ac4f7062bf8a /package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch
parentb4c0647e14fe329a8ac3d1d5de064e22b3624eda (diff)
downloadbuildroot-novena-85510dae95f90c0d8d5af65715dfa2dd9fe78be5.tar.gz
buildroot-novena-85510dae95f90c0d8d5af65715dfa2dd9fe78be5.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch')
-rw-r--r--package/valgrind/valgrind-workaround-SIGSEGV-on-PPC.patch6
1 files changed, 3 insertions, 3 deletions
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 <madcoder@debian.org>
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.
*/