merge from gcc
authorDJ Delorie <dj@redhat.com>
Thu, 13 Feb 2003 02:10:04 +0000 (02:10 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 13 Feb 2003 02:10:04 +0000 (02:10 +0000)
libiberty/ChangeLog
libiberty/acconfig.h [new file with mode: 0644]
libiberty/config.in

index 57acfc068eb6f801df0d19a83fccde84c3c707a6..46db19689c56ba23e203b057732b1e00bbd32de2 100644 (file)
@@ -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 (file)
index 0000000..364cb41
--- /dev/null
@@ -0,0 +1,3 @@
+/* Define to `unsigned long' if <sys/types.h> doesn't define.  */
+#undef uintptr_t
+
index e06bbce857d399bd368c3e6cd653faca0540a63a..43adcfd8ab5111c6904394874a3a94bbb2a2556a 100644 (file)
@@ -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
 
This page took 0.030406 seconds and 4 git commands to generate.