summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorcrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-20 10:00:03 +0000
committercrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-20 10:00:03 +0000
commit7953c6102285e76dec62143121915da47fa9aa5d (patch)
treee581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/genrecog.c
parent175b7af68d2542a06a56bd65dec4cec52f35be11 (diff)
downloadgcc-7953c6102285e76dec62143121915da47fa9aa5d.tar.gz
Make it possible to prototype port-specific functions (and convert i386 to use this)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29514 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 49d4a4ea8a2..4d3d74952dc 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -1903,6 +1903,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"config.h\"\n");
printf ("#include \"system.h\"\n");
printf ("#include \"rtl.h\"\n");
+ printf ("#include \"tm_p.h\"\n");
printf ("#include \"function.h\"\n");
printf ("#include \"insn-config.h\"\n");
printf ("#include \"recog.h\"\n");