diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index cda3fce8750..1bcb66b682b 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -811,19 +811,23 @@ from the machine description file `md'. */\n\n"); printf ("#include \"rtl.h\"\n"); printf ("#include \"tm_p.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 \"hard-reg-set.h\"\n"); - printf ("#include \"input.h\"\n"); printf ("#include \"function.h\"\n"); + printf ("#include \"flags.h\"\n"); + printf ("#include \"statistics.h\"\n"); + printf ("#include \"real.h\"\n"); + printf ("#include \"fixed-value.h\"\n"); + printf ("#include \"insn-config.h\"\n"); + printf ("#include \"expmed.h\"\n"); + printf ("#include \"dojump.h\"\n"); + printf ("#include \"explow.h\"\n"); + printf ("#include \"emit-rtl.h\"\n"); + printf ("#include \"stmt.h\"\n"); printf ("#include \"expr.h\"\n"); printf ("#include \"insn-codes.h\"\n"); printf ("#include \"optabs.h\"\n"); printf ("#include \"dfp.h\"\n"); - printf ("#include \"flags.h\"\n"); printf ("#include \"output.h\"\n"); - printf ("#include \"insn-config.h\"\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"predict.h\"\n"); printf ("#include \"basic-block.h\"\n"); |