board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / valgrind / 0001-workaround-SIGSEGV-on-PPC.patch
blob8a6003cbae60885dc56524e244d6155d797a3b34
1 From ff29b837f21a69c79289c3a87b03f8c23e05616e Mon Sep 17 00:00:00 2001
2 From: Pierre Habouzit <madcoder@debian.org>
3 Date: Tue, 10 May 2011 23:11:45 +0200
4 Subject: [PATCH] workaround SIGSEGV on PPC.
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 Signed-off-by: Pierre Habouzit <madcoder@debian.org>
10 Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
11 ---
12 coregrind/m_machine.c | 4 ++++
13 1 file changed, 4 insertions(+)
15 diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c
16 index 6110c93..298a00e 100644
17 --- a/coregrind/m_machine.c
18 +++ b/coregrind/m_machine.c
19 @@ -27,6 +27,10 @@
20 The GNU General Public License is contained in the file COPYING.
23 +#ifdef __powerpc__
24 +# pragma GCC optimize ("-O0")
25 +#endif
27 #include "pub_core_basics.h"
28 #include "pub_core_vki.h"
29 #include "pub_core_threadstate.h"
30 --
31 2.1.4