diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-09-20 10:00:03 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-09-20 10:00:03 +0000 |
commit | 6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4 (patch) | |
tree | e581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/genemit.c | |
parent | 34a24f18066d489449796be019d7b05798403f89 (diff) | |
download | gcc-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/genemit.c')
-rw-r--r-- | gcc/genemit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index d1b3a1b..3608e52 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -800,6 +800,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 \"expr.h\"\n"); printf ("#include \"real.h\"\n"); |