summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorgingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-15 11:03:52 +0000
committergingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-15 11:03:52 +0000
commitf4f7b066c2fa56fd484171eb345cd6caa241274f (patch)
treec82ca4295c626dc7bcf96d72c3173fa040149148 /libiberty
parentc6b19c5f7e30d3fe356989902a35bee01b8ea001 (diff)
downloadgcc-f4f7b066c2fa56fd484171eb345cd6caa241274f.tar.gz
2009-09-15 Tristan Gingold <gingold@adacore.com>
* config.h-vms (intptr_t): Define to compile hashtab.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151716 138bc75d-0d04-0410-961f-82ee72b054a4
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)