* config/m68k/xm-news.h: Include <sys/param.h>.

This commit is contained in:
Jim Kingdon
1993-06-13 20:19:45 +00:00
parent 68dd30141d
commit f92d524939
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Sun Jun 13 09:17:48 1993 Jim Kingdon (kingdon@cygnus.com) Sun Jun 13 09:17:48 1993 Jim Kingdon (kingdon@cygnus.com)
* config/m68k/xm-news.h: Include <sys/param.h>.
* m88k-tdep.c (IEEE_isNAN): Remove. * m88k-tdep.c (IEEE_isNAN): Remove.
config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same
broken isNAN as on the mips. broken isNAN as on the mips.

View File

@ -19,6 +19,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define HOST_BYTE_ORDER BIG_ENDIAN #define HOST_BYTE_ORDER BIG_ENDIAN
/* A News 1800 running NEWS-OS Release 4.0.1C is said to need this. */
/* Avoid "INT_MIN redefined" preprocessor warnings by defining them here. */
#include <sys/param.h>
#define HAVE_WAIT_STRUCT #define HAVE_WAIT_STRUCT
/* Get rid of any system-imposed stack limit if possible. */ /* Get rid of any system-imposed stack limit if possible. */