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 >
Thanks for the reply and the reference to ARM. I will look into how it is importing the HF functions. Cheers, -- PMatos