Make fatal_insn calls in md file work.
authorJim Wilson <wilson@cygnus.com>
Tue, 12 Oct 1999 03:28:42 +0000 (03:28 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 12 Oct 1999 03:28:42 +0000 (20:28 -0700)
* genoutput.c: Include toplev.h.

From-SVN: r29908

gcc/ChangeLog
gcc/genoutput.c

index 7e49dc1d66cefc01b0bbd1e6852ff48dbe508270..8a5acbc59ff95492df408ae62156230b4314ab0f 100644 (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):
index fa55181f787549851ffa961eec77ec550d0c4614..89302d4323629c976aacae0bd66d4d0ee3baae6f 100644 (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");
 }