History log of /openbsd/sys/arch/m88k/include/_float.h (Results 1 – 2 of 2)
Revision Date Author Comments
# ccd3aa0b 15-Sep-2012 miod <miod@openbsd.org>

m88k does not have the m68k long double type actually (long double == double
on this platform), so don't pretend it does, and don't build long double libm
routines.


# 5bf4abd5 26-Jun-2012 deraadt <deraadt@openbsd.org>

create new machine/_float.h which is namespace clean. create a new
MI float.h which pulls in and defines the values that are needed from
there, and repair sys/limits.h so that it defines the values

create new machine/_float.h which is namespace clean. create a new
MI float.h which pulls in and defines the values that are needed from
there, and repair sys/limits.h so that it defines the values it needs
as well (depending on POSIX version, XPG version, etc). guenther has
a more exact selection of that coming for limits.h.
this also fixes a few mistakes for the vax.
reviewed by kettenis and guenther.

show more ...