Commit 298f1d10 by Andrew Pinski Committed by Andrew Pinski

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
parent 0d579784
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> 2005-07-12 Dale Johannesen <dalej@apple.com>
* expr.c (compress_float_constant): Add cost check. * expr.c (compress_float_constant): Add cost check.
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include <sys/mman.h> #include <sys/mman.h>
#include <limits.h>
#include "hosthooks.h" #include "hosthooks.h"
#include "hosthooks-def.h" #include "hosthooks-def.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment