aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.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/genattrtab.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/genattrtab.c')
-rw-r--r--gcc/genattrtab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index b02f2e0..19adfea 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -6073,6 +6073,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 \"insn-config.h\"\n");
printf ("#include \"recog.h\"\n");
printf ("#include \"regs.h\"\n");