Opened 19 years ago
Closed 19 years ago
#125 closed defect (fixed)
libc: Missing nan(), nanl() and nanf()
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.2 |
| Component: | libc-frontend | Version: | 0.6 |
| Severity: | normal | Keywords: | nan nanf nanl math.h |
| Cc: |
Description
We're missing implementations of nan(), nanl() and nanf(). libstdc++-v3 defines this if it's not provided by the libc, however when we link libstdc++-v3 into libc libstdc++-v3 will think libc provides it an bootstrapping will fail.
Note:
See TracTickets
for help on using tickets.

(In [2813]) Implemented nan(), nanl(), and nanf(). Fixes #125.