mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* config/m68k/xm-news.h: Include <sys/param.h>.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
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.
|
||||
config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same
|
||||
broken isNAN as on the mips.
|
||||
|
@ -19,6 +19,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#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
|
||||
|
||||
/* Get rid of any system-imposed stack limit if possible. */
|
||||
|
Reference in New Issue
Block a user