git: libc.a: Add __isnan and __isnanf

John Marino marino at crater.dragonflybsd.org
Tue Jul 28 14:31:42 PDT 2015


commit 119b540e2a9dca2e7951592cbd204efa5773748b
Author: John Marino <draco at marino.st>
Date:   Tue Jul 28 23:29:05 2015 +0200

    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.

Summary of changes:
 lib/libc/gen/isnan.c | 7 -------
 1 file changed, 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/119b540e2a9dca2e7951592cbd204efa5773748b


-- 
DragonFly BSD source repository



More information about the Commits mailing list