diff options
Diffstat (limited to 'package/valgrind/valgrind-0001-workaround-SIGSEGV-on-PPC.patch')
-rw-r--r-- | package/valgrind/valgrind-0001-workaround-SIGSEGV-on-PPC.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/valgrind/valgrind-0001-workaround-SIGSEGV-on-PPC.patch b/package/valgrind/valgrind-0001-workaround-SIGSEGV-on-PPC.patch index 9e891be78f..1c5966befe 100644 --- a/package/valgrind/valgrind-0001-workaround-SIGSEGV-on-PPC.patch +++ b/package/valgrind/valgrind-0001-workaround-SIGSEGV-on-PPC.patch @@ -1,7 +1,7 @@ -From 872ade34d6af973ca88d5accd9e819216ecb94ba Mon Sep 17 00:00:00 2001 +From bd9d2af89e45081132c150e5e4bdf9a12dfca693 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit <madcoder@debian.org> Date: Tue, 10 May 2011 23:11:45 +0200 -Subject: [PATCH 1/3] workaround SIGSEGV on PPC. +Subject: [PATCH 1/2] workaround SIGSEGV on PPC. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -13,7 +13,7 @@ Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> 1 file changed, 4 insertions(+) diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c -index 28a180e..8426551 100644 +index 42d8ce8..3c9900f 100644 --- a/coregrind/m_machine.c +++ b/coregrind/m_machine.c @@ -27,6 +27,10 @@ @@ -28,5 +28,5 @@ index 28a180e..8426551 100644 #include "pub_core_vki.h" #include "pub_core_libcsetjmp.h" // setjmp facilities -- -1.8.3.2 +1.9.1 |