Eric Fisher <[EMAIL PROTECTED]> writes: > Thanks for the help. Now I use soft-float to build libgcc, but _floatdidf.o > fails for Cannot branch to undefined symbol, __floatsidf. Should I define > floatsidf in md file? But I have no floating point registers.
__floatsidf should be defined by _si_to_df.o which is compiled from fp-bit.c. Ian