summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/gen/fabs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-171-2/+2
|
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
| | | | | | | | | | | where appropriate. Among other things makes the symbols consistent across all architectures (notably where ldbl mantissa is 53 bits). While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there to trick lint into recording the right prototypes for aliased functions. Most of the work done at the awesome n2k13 hackathon. Agreed by kettenis@, guenther@, matthew@.
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-0/+38
| | | | | on this historical behavior; so we're stuck in this stupid situation. No cookie for me.
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-38/+0
| | | | them in libc for a very long time. OK guenther@.
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
|
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+4
|
* make fabs use asm, and license repairderaadt2002-06-171-6/+32
|
* Check-in of powerpc library support.rahnds1996-12-211-0/+9
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.