On Tue, Apr 15, 2008 at 01:20:29PM +1000, Hasjim Williams wrote:
> Suffice to say, it will compile, but when you try to run it, and your
> program tries to do the libcall to the sqrt function it will segfault,
> because there is no libcall sqrt defined.
> 
> As far as I can tell, sqrt and div are the only major opcodes that are
> needed (for ieee754 glibc --with-fp) that aren't implemented in
> MaverickCrunch.

I'm going to keep asking until I get something we can work
with... you're reporting a bug in the compiler, so we need a test case
and the exact error message.  What is generating any kind of sqrt
libcall?  There is nothing in GCC to call __aeabi_sqrt, which AFAIK
does not exist.

-- 
Daniel Jacobowitz
CodeSourcery

Reply via email to