[RFC] preliminary patch to move decimal float runtime to new libs

Janis Johnson janis187@us.ibm.com
Wed Aug 20 18:34:00 GMT 2008


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



More information about the Gcc-patches mailing list