NetBSD/sys/arch/powerpc
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 support for kgdb over zs 2002-01-06 00:35:10 +00:00
fpu bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
ibm4xx allow writing to write-only mappings. fixes PR 3493. 2002-02-14 07:08:02 +00:00
include Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
mpc6xx Printf the 601's HID0. 2002-02-06 20:00:48 +00:00
powerpc allow writing to write-only mappings. fixes PR 3493. 2002-02-14 07:08:02 +00:00
tools/chrpicon MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
Makefile Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00