diff options
author | Jim Wilson <wilson@cygnus.com> | 1999-10-12 03:28:42 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1999-10-11 20:28:42 -0700 |
commit | c3fc86c9c1faf64eda477960bd347ed0c2713e6a (patch) | |
tree | 214782fe4875a3f0097b198deff55eaad40b5c0f /gcc/genoutput.c | |
parent | 4239024fe335b769f78b4a38ee4bf298653bd194 (diff) | |
download | gcc-c3fc86c9c1faf64eda477960bd347ed0c2713e6a.tar.gz |
Make fatal_insn calls in md file work.
* genoutput.c: Include toplev.h.
From-SVN: r29908
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index fa55181f787..89302d43236 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -232,7 +232,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"insn-attr.h\"\n\n"); printf ("#include \"insn-codes.h\"\n\n"); printf ("#include \"recog.h\"\n\n"); - + printf ("#include \"toplev.h\"\n"); printf ("#include \"output.h\"\n"); } |