summaryrefslogtreecommitdiffstats
path: root/package/valgrind/valgrind-3.7.0-workaround-SIGSEGV-on-PPC.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-20 00:14:54 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-01 22:24:12 +0100
commitb4c0647e14fe329a8ac3d1d5de064e22b3624eda (patch)
tree8fcda66e55b0c1b9d0b6a741777ee7a25ee7dcd2 /package/valgrind/valgrind-3.7.0-workaround-SIGSEGV-on-PPC.patch
parentd70a9f6d645130fd1354ed040a132ac8ed71f46b (diff)
downloadbuildroot-novena-b4c0647e14fe329a8ac3d1d5de064e22b3624eda.tar.gz
buildroot-novena-b4c0647e14fe329a8ac3d1d5de064e22b3624eda.zip
valgrind: rename patches without version in the filename
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/valgrind/valgrind-3.7.0-workaround-SIGSEGV-on-PPC.patch')
-rw-r--r--package/valgrind/valgrind-3.7.0-workaround-SIGSEGV-on-PPC.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/valgrind/valgrind-3.7.0-workaround-SIGSEGV-on-PPC.patch b/package/valgrind/valgrind-3.7.0-workaround-SIGSEGV-on-PPC.patch
deleted file mode 100644
index ea91a007e..000000000
--- a/package/valgrind/valgrind-3.7.0-workaround-SIGSEGV-on-PPC.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From db894abcaa12555f60880a15840010f81d354806 Mon Sep 17 00:00:00 2001
-From: Pierre Habouzit <madcoder@debian.org>
-Date: Tue, 10 May 2011 23:11:45 +0200
-Subject: [PATCH] workaround SIGSEGV on PPC.
-
-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
-===================================================================
---- 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
-@@ -27,6 +27,10 @@
- The GNU General Public License is contained in the file COPYING.
- */
-
-+#ifdef __powerpc__
-+# pragma GCC optimize ("-O0")
-+#endif
-+
- #include "pub_core_basics.h"
- #include "pub_core_vki.h"
- #include "pub_core_libcsetjmp.h" // setjmp facilities