NetBSD/lib/libc/arch/m68k
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
..
gen Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
net Add register prefixes. 1999-10-25 23:48:07 +00:00
quad Add a missing `%' register prefix. 2000-11-28 11:34:14 +00:00
stdlib Add missing internal names and weak aliases to assembly versions. 2001-05-29 13:03:01 +00:00
string On the 68010, don't bother with the by-8-longwords loop, instead 2001-09-07 12:50:01 +00:00
sys Redefine ENTRY properly for both ELF and a.out 2002-01-22 22:44:43 +00:00
DEFS.h
Makefile.inc Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
SYS.h * Add WSYSCALL() to SYS.h, which creates a system call with an 2002-01-14 00:55:55 +00:00