From: Jim Kingdon Date: Tue, 11 May 1993 05:17:40 +0000 (+0000) Subject: * config/m68k/xm-hp300bsd.h: Include to avoid INT_MAX X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2712f0267e60f18dd8238f2ab82983c00c0249b;p=binutils-gdb.git * config/m68k/xm-hp300bsd.h: Include to avoid INT_MAX redefined warnings. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e448b55b245..1f25aa032d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Mon May 10 22:13:23 1993 Jim Kingdon (kingdon@cygnus.com) + + * config/m68k/xm-hp300bsd.h: Include to avoid INT_MAX + redefined warnings. + Mon May 10 20:00:43 1993 Fred Fish (fnf@cygnus.com) * README, NEWS: Update for gdb 4.9 release. diff --git a/gdb/config/m68k/xm-hp300bsd.h b/gdb/config/m68k/xm-hp300bsd.h index 54800fdc226..d5b67035657 100644 --- a/gdb/config/m68k/xm-hp300bsd.h +++ b/gdb/config/m68k/xm-hp300bsd.h @@ -25,12 +25,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HOST_BYTE_ORDER BIG_ENDIAN -/* Avoid "INT_MIN redefined" preprocessor warnings -- by defining them here, - exactly the same as in the system file. */ -#define UINT_MAX 4294967295 /* max value for an unsigned int */ -#define INT_MAX 2147483647 /* max value for an int */ -#define INT_MIN (-2147483647-1) /* min value for an int */ -#define LONG_MAX 2147483647 /* max value for a long */ +/* Avoid "INT_MIN redefined" preprocessor warnings by defining them here. */ +#include /* Get rid of any system-imposed stack limit if possible. */