Date: Sat, 10 Nov 2012 23:17:02 +0100 From: Dimitry Andric <dim@FreeBSD.org> To: Konstantin Belousov <kostikbel@gmail.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r242879 - in head/lib: libc/gen msun/src Message-ID: <509ED25E.3070302@FreeBSD.org> In-Reply-To: <20121110214345.GT73505@kib.kiev.ua> References: <201211102122.qAALMAnO014246@svn.freebsd.org> <20121110214345.GT73505@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-11-10 22:43, Konstantin Belousov wrote: > On Sat, Nov 10, 2012 at 09:22:10PM +0000, Dimitry Andric wrote: ... >> Author: dim >> Date: Sat Nov 10 21:22:10 2012 >> New Revision: 242879 >> URL: http://svnweb.freebsd.org/changeset/base/242879 >> >> Log: >> Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in >> libc.a and libc_p.a. In addition, define isnan in libm.a and libm_p.a, >> but not in libm.so. >> >> This makes it possible to statically link executables using both isnan >> and isnanf with libc and libm. ... > So you broke ABI for libm ? No, both libc.so and libm.so are the same as before. Only the .a files are changed. I should probably have made the commit message more clear, sorry about that.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?509ED25E.3070302>