summaryrefslogtreecommitdiffstats
path: root/lib/msun/mips/fenv.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide external definitions of all of the standardized functions indas2011-10-101-14/+20
| | | | | | | | | | | | | | | | | fenv.h that are currently inlined. The definitions are provided in fenv.c via 'extern inline' declaractions. This assumes the compiler handles 'extern inline' as specified in C99, which has been true under FreeBSD since 8.0. The goal is to eventually remove the 'static' keyword from the inline definitions in fenv.h, so that non-inlined references all wind up pointing to the same external definition like they're supposed to. I am deferring the second step to provide a window where newly-compiled apps will still link against old math libraries. (This isn't supported, but there's no need to cause undue breakage.) Reviewed by: stefanf, bde
* Add mips support to libm, from mips2-jnpr perforce branch.imp2008-04-261-0/+217
OpenPOWER on IntegriCloud