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: software floating point & machine descriptions


Eric Fisher <joefoxreal@gmail.com> writes:

> I have to send the new mail again for the software floating point problem.
> I need more details about it.  1) If I use software floating point, does I need
> implement float mode insns in md file? Such as movsf, movdf.

You do have to implement movsf and movdf, yes.  You do not have to
implement insns for floating point operations.

> 2)How to
> generate correct object files of libgcc2 of floating point operations? Such
> as _floatdidf. 

Look at, e.g., config/mips/t-mips.

Ian


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