NetBSD/sys/arch/sh3
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
..
conf Add new MMU API. for detail, see sh3/mmu.h's comment. 2002-02-17 20:55:50 +00:00
dev ANSIfy KNF. 2002-02-12 15:26:45 +00:00
include Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
sh3 add cache dump 2002-02-17 20:58:35 +00:00
Makefile Merge in NetBSD/sh3 from cvs.kame.net repository. 1999-09-13 10:30:21 +00:00