summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc/gen/modf.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* retire the sparc library codetedu2016-09-011-186/+0
|
* Fix modf() on sparctobiasu2014-06-071-3/+3
| | | | | | | For large integral values, modf returned uninitialized data in iptr since 1992. Found while debugging python segfaults. ok miod
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-3/+3
| | | | | | | invocations. This allows us to use the compiler builtin define __PIC__ to check for PIC/PIEness rather than passing -DPIC. Simplifies PIE work a lot. ok matthew@, conceptually ok kurt@
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-0/+186
| | | | | 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-186/+0
| | | | them in libc for a very long time. OK guenther@.
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Indent delay slot insnsjason2003-04-221-3/+3
|
* Fix RCS idstholo1996-08-191-6/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+196