summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc64/gen/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Userland timecounter implementation for sparc64.kettenis2020-07-081-1/+3
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* Remove __builtin_saveregs: gcc hasn't used it for years.guenther2017-10-281-2/+2
* rely on the compiler giving us a built-in alloca. any new architecturederaadt2012-04-191-6/+6
* alloca.c cannot be usedderaadt2012-04-121-3/+1
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-2/+2
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-2/+2
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-2/+2
* - add long double signbitmartynas2008-12-091-2/+2
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-1/+2
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-2/+2
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-1/+2
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-011-2/+2
* Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert2003-05-021-1/+2
* Last pieces needed to build libc on sparc64.art2001-08-291-0/+6