mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
merge from gcc
This commit is contained in:
parent
afecc97cf6
commit
a17fcd1940
@ -1,3 +1,7 @@
|
||||
2009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
|
||||
|
||||
2009-09-15 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config.h-vms (intptr_t): Define to compile hashtab.c
|
||||
|
@ -50,6 +50,9 @@ Boston, MA 02110-1301, USA. */
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user