Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/compat/gen
In article <20100423190454.62EC0175E0%cvs.netbsd.org@localhost>,
Matthias Drochner <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: drochner
>Date: Fri Apr 23 19:04:54 UTC 2010
>
>Modified Files:
> src/lib/libc/compat/gen: Makefile.inc compat_frexp_ieee754.c
> compat_ldexp_ieee754.c compat_modf_ieee754.c
>
>Log Message:
>use the local versions of ldexp/frexp/modf again rather than pulling
>in libm source code. The libm functions depend on other libm functions,
>this requires symbol renaming, and with the reachover method this
>is going to be a mess. Also, bundling the dependencies into one .o
>file has the potential to cause symbol conflicts on static linking.
>
You should comment on the PR that started all this in the first place
(different results).
christos
Home |
Main Index |
Thread Index |
Old Index