svn commit: r242879 - in head/lib: libc/gen msun/src

Dimitry Andric dim at FreeBSD.org
Sat Nov 10 22:16:59 UTC 2012


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.


More information about the svn-src-all mailing list