Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) | 2016-07-26 | 1 | -2/+3 | |
| | | | | | | go direct instead of through the PLT. ok millert@ kettenis@ | ||||
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | 2015-10-27 | 1 | -1/+2 | |
| | | | | | | and ldexp(). ok millert@ | ||||
* | It's been a quarter century: we can assume volatile is present with that name. | 2014-04-17 | 1 | -2/+2 | |
| | |||||
* | Do not use <machine/float.h>, that is an deformed BSD-ism. | 2012-06-25 | 1 | -2/+2 | |
| | | | | | It turns out <float.h> is the right file to pull in. ok millert | ||||
* | Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright. | 2002-05-08 | 1 | -2/+39 | |
| | |||||
* | pull in protos | 1997-08-01 | 1 | -1/+4 | |
| | |||||
* | Check-in of powerpc library support. | 1996-12-21 | 1 | -0/+18 | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. |