[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] __aeabi_idivmod & __aeabi_idiv are undefined
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] __aeabi_idivmod & __aeabi_idiv are undefined |
Date: |
Sun, 11 Nov 2012 21:40:43 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Sun, Nov 11, 2012 at 08:17:43PM +0100, Thomas Preud'homme wrote:
> Le dimanche 11 novembre 2012 19:53:27, Christian Jullien a écrit :
> > If tcc is expected to replace gcc, imho it should not use any gcc specific
> > lib.
>
> yes indeed. It should support both modes.
You are free to add these functions to libtcc1.a. They are standardized
by ARM. Until then you may use the libgcc_s.so.1 available on most
ARM boards with a non-trivial EABI userland. libgcc_s.so.1 has also
been part of the LSB Common specification since version 1.3 (though LSB
does not yet specify the ARM EABI functions to be in there).
Daniel