This is the mail archive of the gcc-patches@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: MIPS64 soft-float: missing definition for __floatdidf and friends


Adam Nemet <anemet@caviumnetworks.com> writes:
> Richard Sandiford writes:
>> Perhaps I'm going over old ground here, but do we really want to
>> cut-&-paste bits of libgcc2.c like this?  The templates there are
>> fine (and indeed Adam's versions seem to be copied from there, with
>> appropriate macro substitutions).
>
> Yes but this seems to be the approach Roger had taken in his original
> patch which you have positively commented on.

I could be wrong, but I didn't think Roger's patch copied very much
existing code from libgcc2.c.  Most of it looked new.  E.g. floatditf.c
adds two DFmode values to get the TFmode result, which was something
I didn't think libgcc2.c had code to do.

Richard


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