1 From bd9d2af89e45081132c150e5e4bdf9a12dfca693 Mon Sep 17 00:00:00 2001
3 Date: Tue, 10 May 2011 23:11:45 +0200
4 Subject: [PATCH 1/2] workaround SIGSEGV on PPC.
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
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 42d8ce8..3c9900f 100644
17 --- a/coregrind/m_machine.c
18 +++ b/coregrind/m_machine.c
20 The GNU General Public License is contained in the file COPYING.
24 +# pragma GCC optimize ("-O0")
27 #include "pub_core_basics.h"
28 #include "pub_core_vki.h"
29 #include "pub_core_libcsetjmp.h" // setjmp facilities