projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c3510
)
genpeep.c (main): Add "except.h" to include file list in generated file insn-peep.c.
author
Andrew Macleod
<amacleod@gcc.gnu.org>
Mon, 16 Mar 1998 12:52:09 +0000
(12:52 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/gcc/genpeep.c
b/gcc/genpeep.c
index 3a765a7523f79b01a859fc046e18acc479e8f823..df03042551af5819e89e58d3ecfca25ea7de3a53 100644
(file)
--- 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");