diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 22 | ||||
-rw-r--r-- | gcc/java/boehm.c | 1 | ||||
-rw-r--r-- | gcc/java/builtins.c | 1 | ||||
-rw-r--r-- | gcc/java/class.c | 3 | ||||
-rw-r--r-- | gcc/java/constants.c | 1 | ||||
-rw-r--r-- | gcc/java/decl.c | 3 | ||||
-rw-r--r-- | gcc/java/except.c | 1 | ||||
-rw-r--r-- | gcc/java/expr.c | 1 | ||||
-rw-r--r-- | gcc/java/java-gimplify.c | 3 | ||||
-rw-r--r-- | gcc/java/jcf-dump.c | 1 | ||||
-rw-r--r-- | gcc/java/jcf-io.c | 1 | ||||
-rw-r--r-- | gcc/java/jcf-parse.c | 3 | ||||
-rw-r--r-- | gcc/java/jvgenmain.c | 1 | ||||
-rw-r--r-- | gcc/java/lang.c | 2 | ||||
-rw-r--r-- | gcc/java/mangle.c | 1 | ||||
-rw-r--r-- | gcc/java/mangle_name.c | 1 | ||||
-rw-r--r-- | gcc/java/resource.c | 3 | ||||
-rw-r--r-- | gcc/java/typeck.c | 1 | ||||
-rw-r--r-- | gcc/java/verify-glue.c | 1 | ||||
-rw-r--r-- | gcc/java/verify-impl.c | 1 |
20 files changed, 22 insertions, 30 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 22abc32..cb06d83 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,25 @@ +2015-06-17 Andrew MacLeod <amacleod@redhat.com> + + * boehm.c: Do not include input.h, line-map.h or is-a.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-06-08 Andrew MacLeod <amacleod@redhat.com> * boehm.c : Adjust include files. diff --git a/gcc/java/boehm.c b/gcc/java/boehm.c index 36f0eb6..51714b4 100644 --- a/gcc/java/boehm.c +++ b/gcc/java/boehm.c @@ -27,7 +27,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c index 5ec0fee..6c7545b 100644 --- a/gcc/java/builtins.c +++ b/gcc/java/builtins.c @@ -30,7 +30,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/class.c b/gcc/java/class.c index 14d2706..d320046 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -26,7 +26,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -45,9 +44,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "parse.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" diff --git a/gcc/java/constants.c b/gcc/java/constants.c index d2d67fd..3aa7bcf 100644 --- a/gcc/java/constants.c +++ b/gcc/java/constants.c @@ -25,7 +25,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "coretypes.h" #include "tm.h" #include "jcf.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 3b2df782..53ba65a 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -27,7 +27,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -41,11 +40,9 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "java-tree.h" #include "jcf.h" #include "java-except.h" -#include "is-a.h" #include "plugin-api.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "ipa-ref.h" #include "cgraph.h" diff --git a/gcc/java/except.c b/gcc/java/except.c index bb818ac..557726c 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -25,7 +25,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 4563a6f..92a328e 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -32,7 +32,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ MODIFY_JNI_METHOD_CALL and PARM_BOUNDARY. */ -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" diff --git a/gcc/java/java-gimplify.c b/gcc/java/java-gimplify.c index 08981bb..036fdcc 100644 --- a/gcc/java/java-gimplify.c +++ b/gcc/java/java-gimplify.c @@ -24,7 +24,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -35,13 +34,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "predict.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimplify.h" diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c index 4c8ecda..83299f2 100644 --- a/gcc/java/jcf-dump.c +++ b/gcc/java/jcf-dump.c @@ -54,7 +54,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "diagnostic.h" #include "jcf.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index 2cedf8b..8156927 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -28,7 +28,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "coretypes.h" #include "jcf.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index b9b6e6f..8da8320 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -26,7 +26,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -35,13 +34,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "obstack.h" #include "flags.h" #include "java-except.h" -#include "input.h" #include "javaop.h" #include "java-tree.h" #include "diagnostic-core.h" #include "parse.h" #include "debug.h" -#include "is-a.h" #include "plugin-api.h" #include "tm.h" #include "hard-reg-set.h" diff --git a/gcc/java/jvgenmain.c b/gcc/java/jvgenmain.c index 597f6db..dcdcb39 100644 --- a/gcc/java/jvgenmain.c +++ b/gcc/java/jvgenmain.c @@ -28,7 +28,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "coretypes.h" #include "obstack.h" #include "jcf.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/lang.c b/gcc/java/lang.c index 5bd919a..d2b519c 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -27,11 +27,9 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" -#include "input.h" #include "java-tree.h" #include "jcf.h" #include "langhooks.h" diff --git a/gcc/java/mangle.c b/gcc/java/mangle.c index e74925d..111e4bd 100644 --- a/gcc/java/mangle.c +++ b/gcc/java/mangle.c @@ -28,7 +28,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "jcf.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/mangle_name.c b/gcc/java/mangle_name.c index 3457f62..050f5da 100644 --- a/gcc/java/mangle_name.c +++ b/gcc/java/mangle_name.c @@ -28,7 +28,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "jcf.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/resource.c b/gcc/java/resource.c index 6c51ae1..d89575f 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -24,7 +24,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -39,10 +38,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "parse.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "tree-iterator.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" diff --git a/gcc/java/typeck.c b/gcc/java/typeck.c index d2c9c9b..df06a4b 100644 --- a/gcc/java/typeck.c +++ b/gcc/java/typeck.c @@ -26,7 +26,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/verify-glue.c b/gcc/java/verify-glue.c index 6af3f7a..c98a3dd 100644 --- a/gcc/java/verify-glue.c +++ b/gcc/java/verify-glue.c @@ -27,7 +27,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" diff --git a/gcc/java/verify-impl.c b/gcc/java/verify-impl.c index 0e63c7e..ee06eec 100644 --- a/gcc/java/verify-impl.c +++ b/gcc/java/verify-impl.c @@ -15,7 +15,6 @@ details. */ #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" |