NetBSD/lib/libc/arch/m68k/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
..
Makefile.inc Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
__setjmp14.S
__sigsetjmp14.S
_setjmp.S
adddf3.S
addsf3.S
alloca.S
ashlsi3.S
ashrsi3.S
bswap16.S
bswap32.S
bswap64.S
cmpdf2.S
cmpsf2.S
divdf3.S
divsf3.S
divsi3.S
extendsfdf2.S
fabs.S
fixdfsi.S
fixunsdfsi.S
floatsidf.S
flt_rounds.S
flt_rounds_softfloat.S
fpgetmask.S Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpgetround.S Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpgetsticky.S Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpsetmask.S Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpsetround.S Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
fpsetsticky.S Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
ldexp_881.c -Wshadow fix 2001-11-07 17:56:32 +00:00
lshlsi3.S
lshrsi3.S
modf.S
modsi3.S
muldf3.S
mulsf3.S
mulsi3.S
negdf2.S
negsf2.S
setjmp.S
sigsetjmp.S
subdf3.S
subsf3.S
truncdfsf2.S
udivsi3.S
umodsi3.S
umulsi3.S