From: Andrew Macleod Date: Mon, 16 Mar 1998 12:52:09 +0000 (+0000) Subject: genpeep.c (main): Add "except.h" to include file list in generated file insn-peep.c. X-Git-Tag: prereleases/egcs-1.1-prerelease~2089 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41fe085f07f5d4302e05fa39ac47a61fd19cb766;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 3a765a7523f7..df03042551af 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -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");