NetBSD/sys/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
..
060sp Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
conf - convert usage of "defopt" to "defflag" where the relevant option does 2001-11-28 10:21:10 +00:00
fpe
fpsp The new toolchain wants to generate relocatable branches to globally-defined 2001-12-09 01:43:13 +00:00
include Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
m68k A statement must follow a label. 2001-12-26 19:00:31 +00:00
Makefile
Makefile.inc