diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/java/builtins.c | 14 |
2 files changed, 20 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 70b9028..3b77d48 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,9 @@ +2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> + + * builtins.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h + fixed-value.h function.h hard-reg-set.h hashtab.h insn-config.h + real.h statistics.h stmt.h varasm.h. + 2015-01-09 Michael Collison <michael.collison@linaro.org> * boehm.c: Include hash-set.h, machmode.h, vec.h, double-int.h, diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c index ee1ac60..067ce9f 100644 --- a/gcc/java/builtins.c +++ b/gcc/java/builtins.c @@ -53,6 +53,20 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ Front ends should never have to look at that. */ #include "rtl.h" #include "insn-codes.h" +#include "hashtab.h" +#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" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "optabs.h" |