re PR bootstrap/21704 (failure during building 64-bit native compiler by crosscompiler.)

2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r101942
This commit is contained in:
Andrew Pinski 2005-07-12 20:59:00 +00:00 committed by Andrew Pinski
parent 0d579784b4
commit 298f1d10c1
2 changed files with 6 additions and 0 deletions

View 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.

View 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"