[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] TCC on new ARM selfhosted
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] TCC on new ARM selfhosted |
Date: |
Wed, 6 Sep 2006 00:16:30 +0200 |
User-agent: |
Mutt/1.4.2.1i |
On Tue, Sep 05, 2006 at 08:46:31PM +0200, address@hidden wrote:
> Since we are already discussing ARM features, has anyone succeeded in
> getting a _selfhosted_ ARM version for any kind of system (Windows CE
> or Linux).
That would require an ARM inline assembler in TinyCC.
IIRC the one I wrote 1.5 years ago 'only' needs asm constraint handling
and parameter substitution to be complete. I posted to the list about the
difficulties
( http://lists.gnu.org/archive/html/tinycc-devel/2005-04/msg00015.html )
but got no reply. Haven't touched the code since then.
> I tried it some time ago, but failed on some functions
> there were inline assembler for X86 only.
Only the division functions in libtcc1.c use x86 asm code.
An ARM version of libtcc1 has been sitting on my homepage for about 3
years: http://www.stud.uni-hannover.de/~daniel/tcc/
Daniel