aboutsummaryrefslogtreecommitdiff
path: root/gcc/genoutput.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-09-20 10:00:03 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-09-20 10:00:03 +0000
commit6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4 (patch)
treee581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/genoutput.c
parent34a24f18066d489449796be019d7b05798403f89 (diff)
downloadgcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.zip
gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.gz
gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.bz2
Make it possible to prototype port-specific functions (and convert i386 to use this)
From-SVN: r29514
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r--gcc/genoutput.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c
index c266342..89859a8 100644
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.c
@@ -227,6 +227,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"system.h\"\n");
printf ("#include \"flags.h\"\n");
printf ("#include \"rtl.h\"\n");
+ printf ("#include \"tm_p.h\"\n");
printf ("#include \"function.h\"\n");
printf ("#include \"regs.h\"\n");
printf ("#include \"hard-reg-set.h\"\n");