In article <20100423190454.62ec017...@cvs.netbsd.org>, Matthias Drochner <source-changes-d@NetBSD.org> 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