]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
genpeep.c (main): Add "except.h" to include file list in generated file insn-peep.c.
authorAndrew Macleod <amacleod@gcc.gnu.org>
Mon, 16 Mar 1998 12:52:09 +0000 (12:52 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Mon, 16 Mar 1998 12:52:09 +0000 (12:52 +0000)
* genpeep.c (main): Add "except.h" to include file list in generated
file insn-peep.c.

From-SVN: r18626

gcc/genpeep.c

index 3a765a7523f79b01a859fc046e18acc479e8f823..df03042551af5819e89e58d3ecfca25ea7de3a53 100644 (file)
@@ -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");