libc.a: Add __isnan and __isnanf
authorJohn Marino <draco@marino.st>
Tue, 28 Jul 2015 21:29:05 +0000 (23:29 +0200)
committerJohn Marino <draco@marino.st>
Tue, 28 Jul 2015 21:29:05 +0000 (23:29 +0200)
commit119b540e2a9dca2e7951592cbd204efa5773748b
tree648d6cba548f66c248d913f6a58a210555dd77c0
parent180b1058733805886307ace79d16b8e649eb7270
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.
lib/libc/gen/isnan.c