| #
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
| #
b2cb7fcd |
| 15-Apr-2005 |
kleink <kleink@NetBSD.org> |
Push back the descriptions of NaN formats, and descriptions of the distinction between signalling NaNs and quiet NaNs back into the machine-dependent headers; treat the implementation of __nanf in th
Push back the descriptions of NaN formats, and descriptions of the distinction between signalling NaNs and quiet NaNs back into the machine-dependent headers; treat the implementation of __nanf in the same spirit.
IEEE 754 leaves the distinction between signalling NaNs and quiet NANs to the implementation, and unlike our headers used to suggest they're not identical in the interpretation of the fraction's MSb; in due course, make those of hppa, mips, sh3, and sh5 reflect reality.
show more ...
|
| #
a3fabb9e |
| 26-Oct-2003 |
kleink <kleink@NetBSD.org> |
Use <sys/ieee754.h> where applicable.
|
| #
aad01611 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
| #
6ece4e10 |
| 28-Feb-2002 |
uch <uch@NetBSD.org> |
Remove #if 0 #endif
|
| #
dadbb7e7 |
| 03-May-2001 |
kleink <kleink@NetBSD.org> |
There is no extended-precision format on sh3.
|
| #
e0499770 |
| 02-Aug-2000 |
msaitoh <msaitoh@NetBSD.org> |
check _BYTE_ORDER instead of BYTE_ORDER
|
| #
65363da2 |
| 13-Sep-1999 |
itojun <itojun@NetBSD.org> |
Merge in NetBSD/sh3 from cvs.kame.net repository.
Tree structure: - sys/arch/sh3: sh3 generic code As commented, in-chip device drivers are put into sys/arch/sh3/dev. - sys/arch/evbsh3: sh3 evaluat
Merge in NetBSD/sh3 from cvs.kame.net repository.
Tree structure: - sys/arch/sh3: sh3 generic code As commented, in-chip device drivers are put into sys/arch/sh3/dev. - sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW) - sys/arch/mmeye: Brains mmEye, www.brains.co.jp MI source code includes couple of #ifdef for sh3-coff support. (sh3 uses coff or elf)
Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3, to compile the tree (due to last minute tree structure change).
show more ...
|