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: [RFC] preliminary patch to move decimal float runtime to new libs


On Thu, 2008-08-14 at 20:44 -0700, Janis Johnson wrote:
> I've made progress on moving decimal float runtime support from libgcc.a
> to libgcc_dfp.a and building a new shared library, libgcc_dfp.so.1.
> The patch works sometimes but still has problems and so is not yet ready
> for a full review, but I'd appreciate comments on the general approach.
> I'll be out of touch until Tuesday.

I'm dropping this patch after realizing that it's not necessary after
all, at least for use with the libdfp that's being developed within
the EGLIBC project.  Applications that need full support for decimal
float will link against libdfp and get different versions of the
runtime support that are provided there, without needing to actually
override versions in a shared library provided by GCC.

Janis


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