| #
cddc78ea |
| 30-Oct-2024 |
riastradh <riastradh@NetBSD.org> |
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 w
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
show more ...
|
| #
90ee15e2 |
| 11-Jul-2011 |
matt <matt@NetBSD.org> |
Fix FLT_* and DBL_* redefinition problem.
|
| #
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
| #
d2943099 |
| 24-Jul-2004 |
chs <chs@NetBSD.org> |
FPU fixes and improvements, adapted from openbsd: - handle exceptions correctly - emulation of unimplemented instructions (eg. on PA-7300LC)
|
| #
61774261 |
| 30-Oct-2003 |
kleink <kleink@NetBSD.org> |
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.
|
| #
42269767 |
| 23-Oct-2003 |
kleink <kleink@NetBSD.org> |
* 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 d
* 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__.
show more ...
|
| #
cc0b8879 |
| 31-Aug-2003 |
chs <chs@NetBSD.org> |
update for LWPs, and some lite cleanup.
|
| #
a2dfb1b5 |
| 19-Apr-2003 |
christos <christos@NetBSD.org> |
PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] in terms of float_ieee.h
|
| #
f4f0d8a3 |
| 05-Jun-2002 |
fredette <fredette@NetBSD.org> |
Added files to support generic HP PA-RISC based machines. hp700-specific files to follow.
|