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: [PATCH] Fix sparc-linux -m32 -mlong-double-128 support


Jakub Jelinek wrote:

Hi!

I've commited following patch to HEAD (well, slightly different version,
this is 3.4 patch), so that libgcc is built with -mlong-double-128
option.  Without that libgcc{.a,_s.so} lacks __fixtfdi, __fixunstfdi
and __floatditf functions which code generated with -mlong-double-128
might use.
Ok for 3.4/3.3?



With this change, do we still build routines for non-128-bit long double? In other words, with this change do we get strictly a superset of the routines we get before?

If so, this is OK for 3.4.

Thanks,

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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