[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf
joseph at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Wed Nov 23 14:29:00 GMT 2005
------- Comment #6 from joseph at codesourcery dot com 2005-11-23 14:28 -------
Subject: Re: [4.2 Regression] Build failure on
sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf
On Wed, 23 Nov 2005, rearnsha at gcc dot gnu dot org wrote:
> > ARM should be getting __floatunsidf from ieee754-df.S. Why isn't it?
> > Did the code previously use __floatsidf, and if so where did it get
> > __floatsidf from?
>
> Because this is NetBSD, which doesn't use ieee754-df.S. And the C
> library only provides __floatsidf.
In that case the obvious solution is for the NetBSD configuration to start
using that one function from ieee754-df.S. (I checked that the
implementations in GCC of __float* already had corresponding
implementations of __floatun* as required - missing rs6000/ppc64-fp.c in
the process - but couldn't check for any case where these functions came
from libc.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24998
More information about the Gcc-bugs
mailing list