Searched hist:242879 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libc/gen/
H A Disnan.cdiff 242894 Sun Nov 11 13:34:17 MST 2012 dim Add an explanatory comment to lib/libc/gen/isnan.c about the fix to make
static linking with libc and libm work.

Requested by: jilles
MFC after: 1 week
X-MFC-With: 242879
diff 242879 Sat Nov 10 21:30:32 MST 2012 dim 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.

Tested by: kargl
MFC after: 1 week
/freebsd-11.0-release/lib/msun/src/
H A Ds_isnan.cdiff 242879 Sat Nov 10 21:30:32 MST 2012 dim 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.

Tested by: kargl
MFC after: 1 week

Completed in 116 milliseconds