Hi All,

On Mon, 2016-08-29 at 11:59 +0200, Abou Al Montacir wrote:
...

> Please hold on, upstream fond the issue.
> The issue is related to longjump in cprt0.as. 
> They are going to give us a fix in the next few days.

Upstream suggests the following patch which may be temporary:diff --git 
a/rtl/linux/powerpc/cprt0.as b/rtl/linux/powerpc/cprt0.as
index e237d8d..a5672e3 100644
--- a/rtl/linux/powerpc/cprt0.as
+++ b/rtl/linux/powerpc/cprt0.as
@@ -88,12 +88,8 @@ main_stub:
     .globl  _haltproc
     .type   _haltproc, @function
 _haltproc:
-    lis     11, ___fpc_ret@ha
-    lwz     1, ___fpc_ret@l(11)
-    addi    1, 1, 16
-    lwz     0, 0(1)
-    mtlr    0
-    blr
+    bl     _exit
+    b      _haltproc

 #    li      0, 1       /* exit call */
 #    lis     3, operatingsystem_result@h
-- 
Cheers,
Abou Al Montacir

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to