summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2009-09-15 15:21:58 +0000
committerDJ Delorie <dj@delorie.com>2009-09-15 15:21:58 +0000
commitcff51b91be6ed607f5b1b43e60bbade0a1cc0cd1 (patch)
tree42030257ddadab3697277ed57d1e7523d80f3d7d /libiberty
parentf5205210f43332a480018099610dcf72400955fe (diff)
downloadgdb-cff51b91be6ed607f5b1b43e60bbade0a1cc0cd1.tar.gz
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/config.h-vms3
2 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index b3dc41708b4..c36413bbbfb 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-15 Tristan Gingold <gingold@adacore.com>
+
+ * config.h-vms (intptr_t): Define to compile hashtab.c
+
2009-09-04 Ozkan Sezer <sezeroz@gmail.com>
PR target/39065
diff --git a/libiberty/config.h-vms b/libiberty/config.h-vms
index d84453101e8..d923ecb3cf2 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)