summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog22
-rw-r--r--gcc/java/boehm.c3
-rw-r--r--gcc/java/builtins.c5
-rw-r--r--gcc/java/class.c3
-rw-r--r--gcc/java/constants.c3
-rw-r--r--gcc/java/decl.c4
-rw-r--r--gcc/java/except.c3
-rw-r--r--gcc/java/expr.c4
-rw-r--r--gcc/java/java-gimplify.c3
-rw-r--r--gcc/java/jcf-dump.c3
-rw-r--r--gcc/java/jcf-io.c3
-rw-r--r--gcc/java/jcf-parse.c5
-rw-r--r--gcc/java/jvgenmain.c3
-rw-r--r--gcc/java/lang.c3
-rw-r--r--gcc/java/mangle.c3
-rw-r--r--gcc/java/mangle_name.c3
-rw-r--r--gcc/java/resource.c3
-rw-r--r--gcc/java/typeck.c3
-rw-r--r--gcc/java/verify-glue.c3
-rw-r--r--gcc/java/verify-impl.c3
20 files changed, 22 insertions, 63 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 4e26aef7ebd..fd9e2b1dda7 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,25 @@
+2015-06-04 Andrew MacLeod <amacleod@redhat.com>
+
+ * boehm.c: Adjust includes for restructured coretypes.h.
+ * builtins.c: Likewise.
+ * class.c: Likewise.
+ * constants.c: Likewise.
+ * decl.c: Likewise.
+ * except.c: Likewise.
+ * expr.c: Likewise.
+ * java-gimplify.c: Likewise.
+ * jcf-dump.c: Likewise.
+ * jcf-io.c: Likewise.
+ * jcf-parse.c: Likewise.
+ * jvgenmain.c: Likewise.
+ * lang.c: Likewise.
+ * mangle.c: Likewise.
+ * mangle_name.c: Likewise.
+ * resource.c: Likewise.
+ * typeck.c: Likewise.
+ * verify-glue.c: Likewise.
+ * verify-impl.c: Likewise.
+
2015-05-20 David Malcolm <dmalcolm@redhat.com>
* jcf-parse.c (set_source_filename): Replace write through
diff --git a/gcc/java/boehm.c b/gcc/java/boehm.c
index 897f07d6125..027305aa345 100644
--- a/gcc/java/boehm.c
+++ b/gcc/java/boehm.c
@@ -26,16 +26,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "double-int.h"
#include "tm.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "java-tree.h"
diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c
index 067ce9fc5d0..fa1e12c53f8 100644
--- a/gcc/java/builtins.c
+++ b/gcc/java/builtins.c
@@ -31,14 +31,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "tm.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "fold-const.h"
@@ -57,8 +54,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "hard-reg-set.h"
#include "function.h"
#include "statistics.h"
-#include "real.h"
-#include "fixed-value.h"
#include "insn-config.h"
#include "expmed.h"
#include "dojump.h"
diff --git a/gcc/java/class.c b/gcc/java/class.c
index d1adb581524..54aea3c4be0 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -27,14 +27,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "system.h"
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "fold-const.h"
diff --git a/gcc/java/constants.c b/gcc/java/constants.c
index 5b4b3fbd675..0b5dfcfb720 100644
--- a/gcc/java/constants.c
+++ b/gcc/java/constants.c
@@ -26,13 +26,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "tm.h"
#include "jcf.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "fold-const.h"
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index 72133b4fcd2..8a2c66d1569 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -28,15 +28,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "system.h"
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "real.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "stor-layout.h"
diff --git a/gcc/java/except.c b/gcc/java/except.c
index 6dc01084698..5e141e300e0 100644
--- a/gcc/java/except.c
+++ b/gcc/java/except.c
@@ -26,13 +26,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "tm.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "fold-const.h"
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 9af9e751275..16a788485cb 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -33,15 +33,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
PARM_BOUNDARY. */
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
-#include "wide-int.h"
#include "inchash.h"
-#include "real.h"
#include "tree.h"
#include "fold-const.h"
#include "stringpool.h"
diff --git a/gcc/java/java-gimplify.c b/gcc/java/java-gimplify.c
index 2a1ea7653ca..b84e115f96a 100644
--- a/gcc/java/java-gimplify.c
+++ b/gcc/java/java-gimplify.c
@@ -25,14 +25,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "system.h"
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "fold-const.h"
diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c
index 52cfc588e1a..e527a656b05 100644
--- a/gcc/java/jcf-dump.c
+++ b/gcc/java/jcf-dump.c
@@ -55,14 +55,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "jcf.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "java-tree.h"
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c
index 36ceb074cf3..0508fc66600 100644
--- a/gcc/java/jcf-io.c
+++ b/gcc/java/jcf-io.c
@@ -29,14 +29,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "jcf.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "java-tree.h"
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index d1c9fc45fc4..038f7f8b8ac 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -27,15 +27,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "system.h"
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "real.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "stringpool.h"
@@ -59,7 +55,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "cgraph.h"
#include "bitmap.h"
#include "target.h"
-#include "wide-int.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
diff --git a/gcc/java/jvgenmain.c b/gcc/java/jvgenmain.c
index fa31937dd39..9b55aa6d665 100644
--- a/gcc/java/jvgenmain.c
+++ b/gcc/java/jvgenmain.c
@@ -29,14 +29,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "obstack.h"
#include "jcf.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "java-tree.h"
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index dac322d512d..8caa28ea723 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -28,13 +28,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "tm.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "input.h"
diff --git a/gcc/java/mangle.c b/gcc/java/mangle.c
index 8c0c00906b9..76ab3de045a 100644
--- a/gcc/java/mangle.c
+++ b/gcc/java/mangle.c
@@ -29,14 +29,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "jcf.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "stringpool.h"
diff --git a/gcc/java/mangle_name.c b/gcc/java/mangle_name.c
index 53eb926b7ae..70799b102d9 100644
--- a/gcc/java/mangle_name.c
+++ b/gcc/java/mangle_name.c
@@ -29,14 +29,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "jcf.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "java-tree.h"
diff --git a/gcc/java/resource.c b/gcc/java/resource.c
index 537bdb23483..9c8ef2cea66 100644
--- a/gcc/java/resource.c
+++ b/gcc/java/resource.c
@@ -25,14 +25,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "system.h"
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "fold-const.h"
diff --git a/gcc/java/typeck.c b/gcc/java/typeck.c
index 0da6380c4c2..5e781c79199 100644
--- a/gcc/java/typeck.c
+++ b/gcc/java/typeck.c
@@ -27,14 +27,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "system.h"
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "fold-const.h"
diff --git a/gcc/java/verify-glue.c b/gcc/java/verify-glue.c
index b682dfe41fd..18e1ff3d02f 100644
--- a/gcc/java/verify-glue.c
+++ b/gcc/java/verify-glue.c
@@ -28,14 +28,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "system.h"
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
#include "stringpool.h"
diff --git a/gcc/java/verify-impl.c b/gcc/java/verify-impl.c
index bbd4097b037..eef7967ab33 100644
--- a/gcc/java/verify-impl.c
+++ b/gcc/java/verify-impl.c
@@ -16,14 +16,11 @@ details. */
#include "coretypes.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "wide-int.h"
#include "inchash.h"
#include "verify.h"