diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-07 13:38:49 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-07 13:38:49 +0000 |
commit | fafde4a3244171bbc646582565e8cf8235a8c807 (patch) | |
tree | 607b6d54c9a4d65808fa5babcec6fe7e2248f0e9 /libjava | |
parent | 57a1d89c5344328c2961f623b37c1e489e921991 (diff) | |
download | gcc-fafde4a3244171bbc646582565e8cf8235a8c807.tar.gz |
2007-06-07 Matthias Klose <doko@ubuntu.com>
PR libgcj/32227
* include/config-int.h: Delete, it is a generated file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/classpath/ChangeLog.gcj | 5 | ||||
-rw-r--r-- | libjava/classpath/include/config-int.h | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index 73feb255f0b..8261a48d520 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 e92dbf15984..00000000000 --- 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 |