|
From: | Michael Matz |
Subject: | Re: [Tinycc-devel] RE :Re: New test 73_arm64 hangs if ran on RPi |
Date: | Mon, 9 Mar 2015 04:21:30 +0100 (CET) |
User-agent: | Alpine 2.00 (LNX 1167 2008-08-23) |
Hi, On Mon, 9 Mar 2015, Michael Matz wrote:
Same issue with x86_64 and RPi arm32I just pushed something that helps x86_64 to not segfault this test. It still exposes other bugs in parameter passing there, but doesn't segfault anymore.
And some more fixes for more tests in 73_arm64, namely stdarg passing of structs passed in purely integer registers. structs passed in fp regs or mixed int/fp regs are unfortunately not consecutive in the reg_save_area, and hence need temporary memory, but this requires some more involved changes in libtcc1.
Ciao, Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |