tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] RE : RE : Rewrite of gfunc_call on arm


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] RE : RE : Rewrite of gfunc_call on arm
Date: Mon, 18 Nov 2013 14:48:21 +0800
User-agent: KMail/4.11.3 (Linux/2.6.38-ac2-ac100; KDE/4.11.3; armv7l; ; )

Le dimanche 17 novembre 2013, 18:03:39 Christian Jullien a écrit :
> Are you sure?

Yes I am.

> 
> After a fresh tcc install
> 
> I see you changes:
> case R_ARM_PLT32:
>             {
>                 int x, is_thumb, is_call, h, blx_avail, is_bl, th_ko;
>                 x = (*(int *) ptr) & 0xffffff;
> 
> And others from "Allow thumb transition for R_ARM_PC24", yet I still have
> segfault:
> 
> ------------ abitest ------------
> ./abitest-cc lib_path=.. include="../include"
> ret_int_test... success
> ret_longlong_test... success
> ret_float_test... success
> ret_double_test... success
> ret_longdouble_test... success
> ret_2float_test... Segmentation fault
> make[1]: *** [abitest] Error 139

Sorry my mistake, my message was ambiguous. In the text I replied to I 
mentioned the float segfault and said that before that I wanted to fix a 
relocation error I have on my computer (Toshiba AC100, Tegra 2 armv7 
processor). That is the problem I've just fixed. The float issue is now next on 
my todo list for tcc.

> 
> Christian

Best regards,

Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]