re PR bootstrap/21704 (failure during building 64-bit native compiler by crosscompiler.)
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 12 Jul 2005 20:59:00 +0000 (20:59 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 12 Jul 2005 20:59:00 +0000 (13:59 -0700)
2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>

        PR bootstrap/21704
        * host-linux.h: Include limits.h.

From-SVN: r101942

gcc/ChangeLog
gcc/config/host-linux.c

index 30269f96f6779017003640bb24f3ab1ac54d0771..307a33408b3fe4bed94274a1fd0b9c0a68ed7952 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR bootstrap/21704
+       * host-linux.h: Include limits.h.
+
 2005-07-12  Dale Johannesen  <dalej@apple.com>
 
        * expr.c (compress_float_constant):  Add cost check.
index f854764206e81f78d286a5be1ed274ff5b1ae884..a1ec046e03646fec8e78f020db54575fefe1df94 100644 (file)
@@ -22,6 +22,7 @@
 #include "system.h"
 #include "coretypes.h"
 #include <sys/mman.h>
+#include <limits.h>
 #include "hosthooks.h"
 #include "hosthooks-def.h"