From fca6a796b7fafc1254c61fb2bf36e1bd8893eef8 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 3 Sep 2009 16:46:55 +0000 Subject: 2009-09-03 Ozkan Sezer PR target/39065 * configure.ac: Also check for intptr_t. * config.h.in: Regenerated. * configure: Regenerated. * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t instead of of long. --- libiberty/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'libiberty/configure.ac') diff --git a/libiberty/configure.ac b/libiberty/configure.ac index f01d518..c34fc10 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -254,6 +254,7 @@ libiberty_AC_DECLARE_ERRNO # Determine the size of an int for struct fibnode. AC_CHECK_SIZEOF([int]) +AC_CHECK_TYPE(intptr_t, long) AC_CHECK_TYPE(uintptr_t, unsigned long) # Look for a 64-bit type. -- cgit v1.1