merge from gcc
This commit is contained in:
parent
543305c9cd
commit
17a16b0f10
4 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* xregex.h (regoff_t): Define.
|
||||
|
||||
2011-07-22 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* dwarf2.h (DW_AT_GNU_macros): New.
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
# define regexec xregexec
|
||||
# define regcomp xregcomp
|
||||
# define regerror xregerror
|
||||
# define regoff_t xregoff_t
|
||||
# define re_set_registers xre_set_registers
|
||||
# define re_match_2 xre_match_2
|
||||
# define re_match xre_match
|
||||
|
|
|
@ -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 a new issue