History log of /src/sys/arch/hppa/include/float.h |
Revision | | Date | Author | Comments |
1.9 |
| 30-Oct-2024 |
riastradh | Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.
Otherwise, the feature tests might come out wrong. For example, header files that check for _NETBSD_SOURCE won't get the default when no other _*_SOURCE macros are defined; header files that check for _POSIX_C_SOURCE might miss _XOPEN_SOURCE, which is supposed to imply a corresponding _POSIX_C_SOURCE.
PR lib/58752: various header files test _*_SOURCE macros but don't include sys/featuretest.h
|
1.8 |
| 11-Jul-2011 |
matt | Fix FLT_* and DBL_* redefinition problem.
|
1.7 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.6 |
| 24-Jul-2004 |
chs | FPU fixes and improvements, adapted from openbsd: - handle exceptions correctly - emulation of unimplemented instructions (eg. on PA-7300LC)
|
1.5 |
| 30-Oct-2003 |
kleink | It turns out the hppa ABI we're using does not support an extended- precision type, so drop the library support for now but leave in place (#ifdef _LP64) the header definitions.
|
1.4 |
| 23-Oct-2003 |
kleink | * Move the definitions for types other than single-precision and double- precision back to machine-dependent headers. C99 has no strict requirement which, if any, extended-precision type `long double' must match, and even between 80-bit formats there are differences in implementation (m68k vs. x86). * On arm, consider __VFP_FP__.
|
1.3 |
| 31-Aug-2003 |
chs | update for LWPs, and some lite cleanup.
|
1.2 |
| 19-Apr-2003 |
christos | branches: 1.2.2; PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] in terms of float_ieee.h
|
1.1 |
| 05-Jun-2002 |
fredette | branches: 1.1.2; 1.1.4; Added files to support generic HP PA-RISC based machines. hp700-specific files to follow.
|
1.1.4.2 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
1.1.4.1 |
| 05-Jun-2002 |
gehenna | file float.h was added on branch gehenna-devsw on 2002-07-14 17:47:23 +0000
|
1.1.2.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.2.1 |
| 05-Jun-2002 |
jdolecek | file float.h was added on branch kqueue on 2002-06-23 17:37:08 +0000
|
1.2.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|