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
This commit is contained in:
parent
a8c3510c8f
commit
41fe085f07
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user