gen-mul-tables.cc (main): Change include list for generated files.
authorAndrew MacLeod <amacleod@redhat.com>
Fri, 10 Jul 2015 13:22:45 +0000 (13:22 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Fri, 10 Jul 2015 13:22:45 +0000 (13:22 +0000)
2015-07-10  Andrew MacLeod  <amacleod@redhat.com>

* config/tilepro/gen-mul-tables.cc (main): Change include list for
generated files.
* config/tilepro/mul-tables.c: Regenerate.
* config/tilegx/mul-tables.c: Regenerate.

From-SVN: r225675

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

index 5cfac4e9278fcd73c2b59b508fc43636c1026c03..14acbe4add7a26abb161c0d0011a244e5a7c5625 100644 (file)
@@ -1,3 +1,10 @@
+2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
+
+       * config/tilepro/gen-mul-tables.cc (main): Change include list for
+       generated files.
+       * config/tilepro/mul-tables.c: Regenerate.
+       * config/tilegx/mul-tables.c: Regenerate.
+
 2015-07-10  Richard Biener  <rguenther@suse.de>
 
        * fold-const.c (distribute_bit_expr): Remove.
index aca99e77c7369b3649aebc0395e8d9122fceef55..effdad73113041090d6fb03aea1ffdfb098a67c9 100644 (file)
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "backend.h"
 #include "tree.h"
-#include "hashtab.h"
-#include "hash-set.h"
-#include "vec.h"
-#include "machmode.h"
-#include "tm.h"
 #include "rtl.h"
-#include "input.h"
-#include "function.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 "insn-config.h"
 #include "expmed.h"
 #include "dojump.h"
index b28d3d83cf5b013356cbbbd56afd73af2331a0a2..107e9f2f9ab8ebe2911d0077680d6b6785093ad2 100644 (file)
@@ -1255,25 +1255,11 @@ main ()
   printf ("#include \"config.h\"\n");
   printf ("#include \"system.h\"\n");
   printf ("#include \"coretypes.h\"\n");
-  printf ("#include \"symtab.h\"\n");
-  printf ("#include \"hashtab.h\"\n");
-  printf ("#include \"hash-set.h\"\n");
-  printf ("#include \"vec.h\"\n");
-  printf ("#include \"machmode.h\"\n");
-  printf ("#include \"tm.h\"\n");
-  printf ("#include \"hard-reg-set.h\"\n");
-  printf ("#include \"input.h\"\n");
-  printf ("#include \"function.h\"\n");
+  printf ("#include \"backend.h\"\n");
+  printf ("#include \"tree.h\"\n");
   printf ("#include \"rtl.h\"\n");
   printf ("#include \"flags.h\"\n");
-  printf ("#include \"statistics.h\"\n");
-  printf ("#include \"double-int.h\"\n");
-  printf ("#include \"real.h\"\n");
-  printf ("#include \"fixed-value.h\"\n");
   printf ("#include \"alias.h\"\n");
-  printf ("#include \"wide-int.h\"\n");
-  printf ("#include \"inchash.h\"\n");
-  printf ("#include \"tree.h\"\n");
   printf ("#include \"insn-config.h\"\n");
   printf ("#include \"expmed.h\"\n");
   printf ("#include \"dojump.h\"\n");
index 1c3f55c306674fd40ee9db3a66ed06db6946c477..3d8c85133143304463eb327fdb6fb48a9a698174 100644 (file)
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "backend.h"
 #include "tree.h"
-#include "tm.h"
 #include "rtl.h"
-#include "function.h"
 #include "flags.h"
 #include "alias.h"
 #include "insn-config.h"