Opened 18 years ago

Closed 18 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.

Change History (1)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.