[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Recent changes segfault on Linux ARM
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] Recent changes segfault on Linux ARM |
Date: |
Wed, 1 May 2013 17:22:39 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi Christian,
On Wed, May 01, 2013 at 04:44:09PM +0200, Christian Jullien wrote:
> ARM hardfloat: fix struct return with float/double args
>
> Fixes the case where the structure is not returned in registers.
>
> I thought it was related to ret_2float_test
>
> At least on Rpi I still have:
>
> ret_2float_test... Segmentation fault
well, it should still crash if you compile abitest.c with GCC, as
the first of the two issues is not resolved. With TinyCC it should
work though, judging from visual inspection of the disassembly.
Which hardfp environment do you use for the Rpi?
Best regards,
Daniel