summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-02-13 01:54:07 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-02-13 01:54:07 +0000
commit7ac27e08a32a9f4e5e46e1d5f89b805cef1e80a8 (patch)
tree87c3a1f61fcefa19c6a902a99c14d711e7798c29 /libiberty
parent19a7414eb4622d2f26a20daca2efe3a666a706d6 (diff)
downloadgcc-7ac27e08a32a9f4e5e46e1d5f89b805cef1e80a8.tar.gz
acconfig.h: New file.
* acconfig.h: New file. Add uintptr_t. * config.in: Regenerated. From-SVN: r62811
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/acconfig.h3
-rw-r--r--libiberty/config.in8
3 files changed, 15 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 57acfc068eb..46db19689c5 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * acconfig.h: New file. Add uintptr_t.
+ * config.in: Regenerated.
+
2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
* libiberty.texi: Update to GFDL 1.2.
diff --git a/libiberty/acconfig.h b/libiberty/acconfig.h
new file mode 100644
index 00000000000..364cb41da7c
--- /dev/null
+++ b/libiberty/acconfig.h
@@ -0,0 +1,3 @@
+/* Define to `unsigned long' if <sys/types.h> doesn't define. */
+#undef uintptr_t
+
diff --git a/libiberty/config.in b/libiberty/config.in
index e06bbce857d..43adcfd8ab5 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader 2.13. */
+/* config.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
@@ -15,6 +15,9 @@
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
+/* Define if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
@@ -30,6 +33,9 @@
/* Define vfork as fork if vfork does not work. */
#undef vfork
+/* Define to `unsigned long' if <sys/types.h> doesn't define. */
+#undef uintptr_t
+
/* Define if you have the _doprnt function. */
#undef HAVE__DOPRNT