From c3fc86c9c1faf64eda477960bd347ed0c2713e6a Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 12 Oct 1999 03:28:42 +0000 Subject: [PATCH] Make fatal_insn calls in md file work. * genoutput.c: Include toplev.h. From-SVN: r29908 --- gcc/ChangeLog | 4 ++++ gcc/genoutput.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e49dc1d66c..8a5acbc59ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 11 20:18:41 1999 Jim Wilson + + * genoutput.c: Include toplev.h. + Mon Oct 11 18:56:14 1999 Jim Wilson * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): 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"); } -- 2.11.4.GIT