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


Roger Sayle wrote:

> My personal preference of only affecting the MIPS64 targets whilst
> continuing the evolution away from a monolithic libgcc2.c seems like
> a reasonable "software engineering" compromise.  However, the other major
> possibilities are to either just not fix this problem for 4.2, or go for
> the more significant reorganization now (probably using macros akin
> to GLIBC's soft-fp as you suggest above).

Might it be practical to evolve in the direction we want to go by
creating a new macro for the function we're duplicating, and then using
that in both the old location and the new one?

If that's not reasonable, then, indeed, let's go with your patch.  I
don't think we should undertake a major reorganization of libgcc2.c just
now.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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