aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jit')
-rw-r--r--gcc/jit/ChangeLog6
-rw-r--r--gcc/jit/dummy-frontend.c3
-rw-r--r--gcc/jit/jit-common.h1
-rw-r--r--gcc/jit/jit-playback.c5
4 files changed, 6 insertions, 9 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index 279377c..8cd7823 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-04 Andrew MacLeod <amacleod@redhat.com>
+
+ * dummy-frontend.c: Adjust includes for restructured coretypes.h.
+ * jit-common.h: Likewise.
+ * jit-playback.c: Likewise.
+
2015-05-12 David Malcolm <dmalcolm@redhat.com>
* jit-builtins.c: Include vec.h before target.h.
diff --git a/gcc/jit/dummy-frontend.c b/gcc/jit/dummy-frontend.c
index 8f7d06a..38aa182 100644
--- a/gcc/jit/dummy-frontend.c
+++ b/gcc/jit/dummy-frontend.c
@@ -21,9 +21,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "opts.h"
-#include "signop.h"
#include "hash-set.h"
-#include "fixed-value.h"
#include "alias.h"
#include "flags.h"
#include "symtab.h"
@@ -39,7 +37,6 @@ along with GCC; see the file COPYING3. If not see
#include "plugin-api.h"
#include "vec.h"
#include "hashtab.h"
-#include "machmode.h"
#include "tm.h"
#include "hard-reg-set.h"
#include "function.h"
diff --git a/gcc/jit/jit-common.h b/gcc/jit/jit-common.h
index 8753651..04f7816 100644
--- a/gcc/jit/jit-common.h
+++ b/gcc/jit/jit-common.h
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "hash-set.h"
#include "input.h"
#include "vec.h"
-#include "double-int.h"
#include "alias.h"
#include "flags.h"
#include "symtab.h"
diff --git a/gcc/jit/jit-playback.c b/gcc/jit/jit-playback.c
index c75c076..0a81287 100644
--- a/gcc/jit/jit-playback.c
+++ b/gcc/jit/jit-playback.c
@@ -24,13 +24,9 @@ along with GCC; see the file COPYING3. If not see
#include "opts.h"
#include "hashtab.h"
#include "hash-set.h"
-#include "machmode.h"
#include "input.h"
#include "statistics.h"
#include "vec.h"
-#include "double-int.h"
-#include "real.h"
-#include "fixed-value.h"
#include "alias.h"
#include "flags.h"
#include "symtab.h"
@@ -42,7 +38,6 @@ along with GCC; see the file COPYING3. If not see
#include "plugin-api.h"
#include "vec.h"
#include "hashtab.h"
-#include "machmode.h"
#include "tm.h"
#include "hard-reg-set.h"
#include "function.h"