summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-09-04 14:33:39 +0000
committerH.J. Lu <hjl@lucon.org>2009-09-04 14:33:39 +0000
commitac6ab5b0cb73dfe749ebf7cc9301703ccc6b6afb (patch)
tree124d0d88b77015e1f9efc694505b82d6301f5104 /libiberty/config.in
parent9870f644c0baf5aa406d9bcaa7f1d8c362cb6ec8 (diff)
downloadgdb-ac6ab5b0cb73dfe749ebf7cc9301703ccc6b6afb.tar.gz
2009-09-04 Ozkan Sezer <sezeroz@gmail.com>
PR target/39065 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T. * config.in: Regenerated. * configure: Regenerated.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index e962769e6a9..193164830cf 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -121,6 +121,9 @@
/* Define to 1 if you have the `insque' function. */
#undef HAVE_INSQUE
+/* Define to 1 if the system has the type `intptr_t'. */
+#undef HAVE_INTPTR_T
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -457,13 +460,15 @@
#undef inline
#endif
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to the type of a signed integer type wide enough to hold a pointer,
+ if such a type exists, and if the system does not define it. */
#undef intptr_t
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned long' if <sys/types.h> does not define. */
+/* Define to the type of an unsigned integer type wide enough to hold a
+ pointer, if such a type exists, and if the system does not define it. */
#undef uintptr_t
/* Define as `fork' if `vfork' does not work. */