diff options
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/go/go-gcc.cc | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 9d33a6a0..97aae4b 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,7 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * go-gcc.cc: Adjust include files. + 2014-10-27 Andrew MacLeod <amacleod@redhat.com> * go-gcc.cc: Adjust include files. diff --git a/gcc/go/go-gcc.cc b/gcc/go/go-gcc.cc index 91b07c6..9aad6b0 100644 --- a/gcc/go/go-gcc.cc +++ b/gcc/go/go-gcc.cc @@ -29,8 +29,9 @@ #include "stor-layout.h" #include "varasm.h" #include "tree-iterator.h" -#include "cgraph.h" -#include "convert.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" #include "vec.h" #include "hashtab.h" #include "hash-set.h" @@ -39,6 +40,9 @@ #include "hard-reg-set.h" #include "input.h" #include "function.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "convert.h" #include "gimple-expr.h" #include "gimplify.h" #include "langhooks.h" |