mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 14:05:19 +08:00
re PR target/49817 (libiberty/stack-limit.c causes a bootstrap failure on all FreeBSD targets)
PR target/49817 * stack-limit.c: Include <stdint.h>. From-SVN: r176662
This commit is contained in:
parent
f5e62ce922
commit
a0a22423b0
@ -1,3 +1,8 @@
|
||||
2011-07-22 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
PR target/49817
|
||||
* stack-limit.c: Include <stdint.h>.
|
||||
|
||||
2011-07-22 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/49756
|
||||
|
@ -35,6 +35,9 @@ Attempt to increase stack size limit to @var{pref} bytes if possible.
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user