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: where is the floatsidf?


Eric Fisher <joefoxreal@gmail.com> 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


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