Make fatal_insn calls in md file work.
* genoutput.c: Include toplev.h. From-SVN: r29908
This commit is contained in:
parent
4239024fe3
commit
c3fc86c9c1
@ -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>
|
Mon Oct 11 18:56:14 1999 Jim Wilson <wilson@cygnus.com>
|
||||||
|
|
||||||
* config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
|
* 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-attr.h\"\n\n");
|
||||||
printf ("#include \"insn-codes.h\"\n\n");
|
printf ("#include \"insn-codes.h\"\n\n");
|
||||||
printf ("#include \"recog.h\"\n\n");
|
printf ("#include \"recog.h\"\n\n");
|
||||||
|
printf ("#include \"toplev.h\"\n");
|
||||||
printf ("#include \"output.h\"\n");
|
printf ("#include \"output.h\"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user