summaryrefslogtreecommitdiffstats
path: root/lib/libc/softfloat/fpgetmask.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We have __weak_alias() everywhere; remove obsolete #ifdef'sguenther2016-07-181-3/+1
| | | | ok deraadt@
* Uses angle brackets to include softfloat.h, and add the proper directory tomiod2015-09-131-2/+2
| | | | | CFLAGS. ok guenther@
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-3/+1
| | | | | | | | so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough). ok deraadt@
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Copy MI softfloat bits from arm to here, so that they can be shared.drahn2006-11-061-0/+61