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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"