Make fatal_insn calls in md file work.

* genoutput.c: Include toplev.h.

From-SVN: r29908
This commit is contained in:
Jim Wilson 1999-10-12 03:28:42 +00:00 committed by Jim Wilson
parent 4239024fe3
commit c3fc86c9c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Oct 11 20:18:41 1999 Jim Wilson <wilson@cygnus.com>
* genoutput.c: Include toplev.h.
Mon Oct 11 18:56:14 1999 Jim Wilson <wilson@cygnus.com>
* config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):

View File

@ -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");
}