NetBSD/sys/arch/mips
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
..
bonito Add the BONITO_ICU_RETRYERR bit. 2002-01-09 02:35:29 +00:00
conf Options MIPS3_5200 and MIPS3_L2CACHE_PRESENT are gone. 2002-01-14 19:07:16 +00:00
include Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
mips Make the ddb_regs declaration an extern in db_machdep.h and declare it on 2002-02-15 07:32:34 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
Makefile.inc