diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-09-03 16:46:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-09-03 16:46:55 +0000 |
commit | fca6a796b7fafc1254c61fb2bf36e1bd8893eef8 (patch) | |
tree | 192dc8e01d1eecc17ba900f5a76f30a4364aaddb /libiberty/config.in | |
parent | bd03da308991692d9e3f7c60135f811f11f65e49 (diff) | |
download | gdb-fca6a796b7fafc1254c61fb2bf36e1bd8893eef8.zip gdb-fca6a796b7fafc1254c61fb2bf36e1bd8893eef8.tar.gz gdb-fca6a796b7fafc1254c61fb2bf36e1bd8893eef8.tar.bz2 |
2009-09-03 Ozkan Sezer <sezeroz@gmail.com>
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.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 514e73c..e962769 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -457,6 +457,9 @@ #undef inline #endif +/* Define to `long' if <sys/types.h> does not define. */ +#undef intptr_t + /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t |