Commit 41fe085f by Andrew Macleod

genpeep.c (main): Add "except.h" to include file list in generated file insn-peep.c.

	* genpeep.c (main): Add "except.h" to include file list in generated
	file insn-peep.c.

From-SVN: r18626
parent a8c3510c
......@@ -463,7 +463,8 @@ from the machine description file `md'. */\n\n");
printf ("#include \"rtl.h\"\n");
printf ("#include \"regs.h\"\n");
printf ("#include \"output.h\"\n");
printf ("#include \"real.h\"\n\n");
printf ("#include \"real.h\"\n");
printf ("#include \"except.h\"\n\n");
printf ("extern rtx peep_operand[];\n\n");
printf ("#define operands peep_operand\n\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment