projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4239024
)
Make fatal_insn calls in md file work.
author
Jim Wilson
<wilson@cygnus.com>
Tue, 12 Oct 1999 03:28:42 +0000
(
03:28
+0000)
committer
Jim 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
patch
|
blob
|
history
gcc/genoutput.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 7e49dc1d66cefc01b0bbd1e6852ff48dbe508270..8a5acbc59ff95492df408ae62156230b4314ab0f 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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):
diff --git
a/gcc/genoutput.c
b/gcc/genoutput.c
index fa55181f787549851ffa961eec77ec550d0c4614..89302d4323629c976aacae0bd66d4d0ee3baae6f 100644
(file)
--- 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");
}