From ad047aacca2eb086e78f057c5e0a7aa7d7ac9e27 Mon Sep 17 00:00:00 2001 From: dj Date: Tue, 15 Sep 2009 15:21:58 +0000 Subject: [PATCH 1/1] merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/config.h-vms | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index b3dc41708b..c36413bbbf 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2009-09-15 Tristan Gingold + + * config.h-vms (intptr_t): Define to compile hashtab.c + 2009-09-04 Ozkan Sezer PR target/39065 diff --git a/libiberty/config.h-vms b/libiberty/config.h-vms index d84453101e..d923ecb3cf 100644 --- a/libiberty/config.h-vms +++ b/libiberty/config.h-vms @@ -5,6 +5,9 @@ #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 +/* intptr_t is defined in inttypes.h! */ +#define intptr_t __int64 + /* Cheat: use vms builtin alloca. */ #ifdef __DECC #define C_alloca(x) __ALLOCA(x) -- 2.11.0