NetBSD/lib/libc/arch/sparc/gen
simonb 2d8577fb83 Clean up some rampant code duplication wrt ieee number handling:
- Add alignment-safe double and float unions.
 - Use the above for the __infinity and __nan constants on all
   architectures that use the standard ieee754 representation of
   those constants.
 - Add a single copy of various ieee754 math functions (frexp, isinf,
   isnan, ldexp and modf) that had numerous duplicates among the
   arch-specific directories.
 - Use the above functions on all architectures where the generic C
   versions where used.  Architectures that had local assembly
   routines are untouched (for those functions only).
2002-02-19 13:08:12 +00:00
..
__setjmp14.S Make the sparc work again; some work from jason, some from me. 1998-09-29 05:55:48 +00:00
__sigsetjmp14.S Fix the non pic version too. 1998-10-16 14:11:53 +00:00
_setjmp.S A new implementation of _setjmp/_longjmp that uses the T_FLUSHWIN trap. 1999-06-27 11:10:18 +00:00
divrem.m4 rcsid police 1997-10-09 10:07:40 +00:00
fabs.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
fixunsdfsi.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
flt_rounds.c RCS Id Police. 1998-01-09 03:15:09 +00:00
fpgetmask.c Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpgetround.c Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpgetsticky.c Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpsetmask.c Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpsetround.c Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpsetsticky.c Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
Makefile.inc Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
modf.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
mul.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
saveregs.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
setjmp.S Make the sparc work again; some work from jason, some from me. 1998-09-29 05:55:48 +00:00
sigsetjmp.S Make the sparc work again; some work from jason, some from me. 1998-09-29 05:55:48 +00:00
umul.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00