diff options
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c index d9fb7c0..2eb3ebc 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -359,6 +359,15 @@ from the machine description file `md'. */\n\n"); printf ("#include \"coretypes.h\"\n"); printf ("#include \"tm.h\"\n"); printf ("#include \"insn-config.h\"\n"); + printf ("#include \"hash-set.h\"\n"); + printf ("#include \"machmode.h\"\n"); + printf ("#include \"vec.h\"\n"); + printf ("#include \"double-int.h\"\n"); + printf ("#include \"input.h\"\n"); + printf ("#include \"alias.h\"\n"); + printf ("#include \"symtab.h\"\n"); + printf ("#include \"wide-int.h\"\n"); + printf ("#include \"inchash.h\"\n"); printf ("#include \"tree.h\"\n"); printf ("#include \"varasm.h\"\n"); printf ("#include \"stor-layout.h\"\n"); |