diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 65434b5..21028d7 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -801,6 +801,12 @@ from the machine description file `md'. */\n\n"); printf ("#include \"calls.h\"\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 \"expr.h\"\n"); printf ("#include \"optabs.h\"\n"); @@ -808,7 +814,6 @@ from the machine description file `md'. */\n\n"); printf ("#include \"flags.h\"\n"); printf ("#include \"output.h\"\n"); printf ("#include \"insn-config.h\"\n"); - printf ("#include \"hard-reg-set.h\"\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"resource.h\"\n"); printf ("#include \"reload.h\"\n"); |