diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/java/class.c | 7 | ||||
-rw-r--r-- | gcc/java/resource.c | 7 |
3 files changed, 19 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 5b1e588..777849f 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2014-10-16 Andrew MacLeod <amacleod@redhat.com> + + * class.c: Adjust include files. + * resource.c: Likewise. + 2014-10-15 Evgeny Stupachenko <evstupac@gmail.com> PR target/63536 diff --git a/gcc/java/class.c b/gcc/java/class.c index 25af697..2c29a44 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -38,6 +38,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "toplev.h" #include "output.h" /* for switch_to_section and get_section */ #include "parse.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "ggc.h" #include "cgraph.h" diff --git a/gcc/java/resource.c b/gcc/java/resource.c index 8ae7e42..bc9e029 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -32,6 +32,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "diagnostic-core.h" #include "toplev.h" #include "parse.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "ggc.h" #include "tree-iterator.h" |