diff options
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c index b301053..7fa59eb 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -483,6 +483,17 @@ main (int argc, char **argv) "#include \"tm_p.h\"\n" "#include \"flags.h\"\n" "#include \"insn-config.h\"\n" + "#include \"hashtab.h\"\n" + "#include \"hard-reg-set.h\"\n" + "#include \"function.h\"\n" + "#include \"statistics.h\"\n" + "#include \"real.h\"\n" + "#include \"fixed-value.h\"\n" + "#include \"expmed.h\"\n" + "#include \"dojump.h\"\n" + "#include \"explow.h\"\n" + "#include \"emit-rtl.h\"\n" + "#include \"stmt.h\"\n" "#include \"expr.h\"\n" "#include \"insn-codes.h\"\n" "#include \"optabs.h\"\n" |