<html><head></head><body bgcolor="#ffffff" text="#2e3436" link="#2a76c6" vlink="#2e3436" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi All,</div><div><br></div><div>On Mon, 2016-08-29 at 11:59 +0200, Abou Al Montacir wrote:</div><div>...</div><div><br></div><blockquote type="cite"><div>Please hold on, upstream fond the issue.</div><div>The issue is related to longjump in cprt0.as. </div><div>They are going to give us a fix in the next few days.</div><pre></pre></blockquote><div><div><span><pre><pre><br></pre><pre><span style="color: rgb(139, 142, 143); font-family: monospace; white-space: normal; background-color: rgb(252, 252, 252);">Upstream suggests the following patch which may be temporary:</span></pre><pre><span style="font-family: monospace; white-space: normal;">diff --git a/rtl/linux/powerpc/cprt0.as b/rtl/linux/powerpc/cprt0.as</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">index e237d8d..a5672e3 100644</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">--- a/rtl/linux/powerpc/cprt0.as</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">+++ b/rtl/linux/powerpc/cprt0.as</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">@@ -88,12 +88,8 @@ main_stub:</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">     .globl  _haltproc</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">     .type   _haltproc, @function</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;"> _haltproc:</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">-    lis     11, ___fpc_ret@ha</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">-    lwz     1, ___fpc_ret@l(11)</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">-    addi    1, 1, 16</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">-    lwz     0, 0(1)</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">-    mtlr    0</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">-    blr</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">+    bl     _exit</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;">+    b      _haltproc</span><br style="font-family: monospace; white-space: normal;"><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;"> #    li      0, 1       /* exit call */</span><br style="font-family: monospace; white-space: normal;"><span style="font-family: monospace; white-space: normal;"> #    lis     3, <a href="mailto:operatingsystem_result@h">operatingsystem_result@h</a></span><font color="#8b8e8f" face="monospace"><span style="white-space: normal; background-color: rgb(252, 252, 252);"><br class="Apple-interchange-newline"></span></font>-- <br></pre>Cheers,
Abou Al Montacir
</pre><div><br></div></span></div></div></body></html>