summaryrefslogtreecommitdiff
path: root/gcc/genoutput.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-29 04:08:48 -0700
committerYamaArashi <shadow962@live.com>2016-04-29 04:08:48 -0700
commit908fe3c18104c116a6aa0eaea2d3019ef206ddbd (patch)
treeecafdb472cd8d2fe1363e70bd4fdb8f32281559c /gcc/genoutput.c
parentf821b74fc8baaaea80e42fe54fb9e7765f89bfff (diff)
auto dependencies for makefile
Diffstat (limited to 'gcc/genoutput.c')
-rwxr-xr-xgcc/genoutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c
index 1d52550..f6216b1 100755
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.c
@@ -226,7 +226,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 \"tree.h\"\n");
printf ("#include \"output.h\"\n");
}