From: Jim Kingdon Date: Sun, 13 Jun 1993 20:19:45 +0000 (+0000) Subject: * config/m68k/xm-news.h: Include . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f92d524939eab034e91255ca20e4d371f80245ce;p=binutils-gdb.git * config/m68k/xm-news.h: Include . --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 92dacdf3470..f7007b851a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Sun Jun 13 09:17:48 1993 Jim Kingdon (kingdon@cygnus.com) + * config/m68k/xm-news.h: Include . + * 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. diff --git a/gdb/config/m68k/xm-news.h b/gdb/config/m68k/xm-news.h index c3d8c9e06d2..6e96115ecad 100644 --- a/gdb/config/m68k/xm-news.h +++ b/gdb/config/m68k/xm-news.h @@ -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 + #define HAVE_WAIT_STRUCT /* Get rid of any system-imposed stack limit if possible. */