mul-tables.c: Move symtab.h include after coretypes.h include.
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Tue, 20 Jan 2015 09:02:56 +0000 (09:02 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Tue, 20 Jan 2015 09:02:56 +0000 (09:02 +0000)
2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

* config/tilegx/mul-tables.c: Move symtab.h include after coretypes.h include.
* config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h, vec.h,
machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h, flags.h, statistics.h,
double-int.h, real.h, fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h,
insn-config.h, expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.

From-SVN: r219881

gcc/ChangeLog
gcc/config/tilegx/mul-tables.c
gcc/config/tilepro/mul-tables.c

index 1879743fd0ca99e24b0b97a3b6281ef202e0e54c..4d1d1454f4bab37c595baac71c487550424bff92 100644 (file)
@@ -1,3 +1,11 @@
+2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       * config/tilegx/mul-tables.c: Move symtab.h include after coretypes.h include.
+       * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h, vec.h,
+       machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h, flags.h, statistics.h,
+       double-int.h, real.h, fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h,
+       insn-config.h, expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
+
 2015-01-20  Igor Zamyatin  <igor.zamyatin@intel.com>
 
        PR bootstrap/64676
index 252ca08378a4e14a6ae2829dc383b351d15a5033..6f5df4730b8cc708f86659935a6d2e1fa1de3dff 100644 (file)
@@ -24,6 +24,7 @@
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "symtab.h"
 #include "hashtab.h"
 #include "hash-set.h"
 #include "vec.h"
@@ -39,7 +40,6 @@
 #include "real.h"
 #include "fixed-value.h"
 #include "alias.h"
-#include "symtab.h"
 #include "wide-int.h"
 #include "inchash.h"
 #include "tree.h"
index 78592d506b5243a8b4c35c18aa9cc7fd7c7a5f8c..29ec5551587f079b9a3b7cbeac182dab7319bdac 100644 (file)
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "symtab.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 "rtl.h"
+#include "flags.h"
+#include "statistics.h"
+#include "double-int.h"
+#include "real.h"
+#include "fixed-value.h"
+#include "alias.h"
+#include "wide-int.h"
+#include "inchash.h"
+#include "tree.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 "insn-codes.h"
 #include "optabs.h"