* config/m68k/xm-news.h: Include <sys/param.h>.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 13 Jun 1993 20:19:45 +0000 (20:19 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 13 Jun 1993 20:19:45 +0000 (20:19 +0000)
gdb/ChangeLog
gdb/config/m68k/xm-news.h

index 92dacdf347079d8d0a06ec55ba08c232a65c029e..f7007b851a6aac26b736bd029f5211ac2f9b185f 100644 (file)
@@ -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.
index c3d8c9e06d2172415a55c9ebce3e1a89abdf5733..6e96115ecad576a02724ecd87488e573395c029e 100644 (file)
@@ -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.  */
This page took 0.029351 seconds and 4 git commands to generate.