This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgcc-arch.ver details


On Thu, Mar 18, 2010 at 5:10 PM, Ian Lance Taylor <iant@google.com> wrote:
>
> Unlikely. ÂThe question here is whether your target uses HFmode. ÂIf
> it does, you have to arrange to provide the HFmode libgcc functions.
> That does not happen automatically. ÂHFmode is a 16-bit floating point
> mode; currently the only target which uses that mode is ARM.
>
> Ian
>

After looking into the arm code I am quite confused since even though
it uses HF (at least I found references to it in gcc4.5, but not in
gcc4.3 or gcc4.4), I can't see how it's importing floatunsihf. In
fact, I can't find any reference to a function called floatunsihf
anywhere on gccs source code and documentation also doesn't contain
any references to it.

Am I missing something?

-- 
PMatos


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]