aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-06-07 13:38:49 +0000
committerMatthias Klose <doko@gcc.gnu.org>2007-06-07 13:38:49 +0000
commit9c28f283e7ce089bc0c3af8c091b4ff31461987f (patch)
tree607b6d54c9a4d65808fa5babcec6fe7e2248f0e9 /libjava
parent427140263c028a46b0a7be37647bcedd6b8bd0e3 (diff)
downloadgcc-9c28f283e7ce089bc0c3af8c091b4ff31461987f.zip
gcc-9c28f283e7ce089bc0c3af8c091b4ff31461987f.tar.gz
gcc-9c28f283e7ce089bc0c3af8c091b4ff31461987f.tar.bz2
re PR libgcj/32227 (../gcc/libjava/classpath/include/config-int.h:7:20: error: stdint.h: No such file or directory)
2007-06-07 Matthias Klose <doko@ubuntu.com> PR libgcj/32227 * include/config-int.h: Delete, it is a generated file. From-SVN: r125528
Diffstat (limited to 'libjava')
-rw-r--r--libjava/classpath/ChangeLog.gcj5
-rw-r--r--libjava/classpath/include/config-int.h9
2 files changed, 5 insertions, 9 deletions
diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj
index 73feb25..8261a48 100644
--- a/libjava/classpath/ChangeLog.gcj
+++ b/libjava/classpath/ChangeLog.gcj
@@ -1,3 +1,8 @@
+2007-06-07 Matthias Klose <doko@ubuntu.com>
+
+ PR libgcj/32227
+ * include/config-int.h: Delete, it is a generated file.
+
2007-06-04 Matthias Klose <doko@ubuntu.com>
* m4/acinclude.m4: Accept GCJ and JIKES.
diff --git a/libjava/classpath/include/config-int.h b/libjava/classpath/include/config-int.h
deleted file mode 100644
index e92dbf1..0000000
--- a/libjava/classpath/include/config-int.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _CLASSPATH_INCLUDE_CONFIG_INT_H
-#define _CLASSPATH_INCLUDE_CONFIG_INT_H 1
-#ifndef _GENERATED_STDINT_H
-#define _GENERATED_STDINT_H "classpath 0.95"
-/* generated using gnu compiler gcc (GCC) 4.1.2 20070403 (Red Hat 4.1.2-8) */
-#define _STDINT_HAVE_STDINT_H 1
-#include <stdint.h>
-#endif
-#endif