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:
parent
0d579784b4
commit
298f1d10c1
@ -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.
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include <sys/mman.h>
|
||||
#include <limits.h>
|
||||
#include "hosthooks.h"
|
||||
#include "hosthooks-def.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user