+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.
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");