summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/gen/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* rely on the compiler giving us a built-in alloca. any new architecturederaadt2012-04-191-3/+1
* alloca.c cannot be usedderaadt2012-04-121-2/+1
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-3/+3
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-3/+3
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-3/+3
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-2/+2
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-3/+4
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-12/+5
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-011-2/+1
* Correct modf (from alpha) instead of one which doesnt compile from NetBSDdrahn2004-02-031-2/+2
* add missing frexpdrahn2004-02-021-1/+2
* cleanupdrahn2004-02-021-17/+1
* Use the real fpgetround found in softfloat.drahn2004-02-021-2/+1
* ARGH, forgot tags.drahn2004-02-011-0/+1
* arm libc support. From NetBSD. currently supports softfloat.drahn2004-02-011-0/+31