On Thu, Mar 18, 2010 at 5:10 PM, Ian Lance Taylor <i...@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