History log of /dflybsd-src/lib/libc/gen/isnan.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 0c4f129d 06-Oct-2016 zrj <rimvydas.jasinskas@gmail.com>

Move __weak_reference() after symbols it links to.

Just for consistency. It also will help if prototype visibility would change.

Shouldn't lib/libc/gen/raise.c have weak refs to _raise() and raise(

Move __weak_reference() after symbols it links to.

Just for consistency. It also will help if prototype visibility would change.

Shouldn't lib/libc/gen/raise.c have weak refs to _raise() and raise()?

show more ...


# 119b540e 28-Jul-2015 John Marino <draco@marino.st>

libc.a: Add __isnan and __isnanf

These symbols are not present in libm (the deleted message isn't
correct). Remove the PIC check to put __isnan and __isnanf in the
static c library. Incidentally, _

libc.a: Add __isnan and __isnanf

These symbols are not present in libm (the deleted message isn't
correct). Remove the PIC check to put __isnan and __isnanf in the
static c library. Incidentally, __isnanl is already in static
library because the PIC check was forgotten.

show more ...


# 6ff43c94 08-Apr-2013 Peter Avalos <pavalos@dragonflybsd.org>

Bring in FreeBSD's msun code for our libm.

Our current libm is a mix of NetBSD and FreeBSD. To ease
maintainability, sync with FreeBSD as requested by John Marino.

Obtained-from: FreeBSD