Commit c3fc86c9 by Jim Wilson Committed by Jim Wilson

Make fatal_insn calls in md file work.

	* genoutput.c: Include toplev.h.

From-SVN: r29908
parent 4239024f
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):
......
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment