diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 18:36:50 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 18:36:50 +0000 |
commit | 1a670edb8a4b7dd7414d0f36d13375a89ca523e7 (patch) | |
tree | 4cdca5ac74fbb2c88d2776deaa163aedc0b0f3ee /gcc/genemit.c | |
parent | 9159979b4644af28303f47166397aa5d3802b115 (diff) | |
download | gcc-1a670edb8a4b7dd7414d0f36d13375a89ca523e7.tar.gz |
* Makefile.in (insn-recog.o): Depend on toplev.h.
(insn-emit.o, doloop.o): Likewise.
* genrecog.c, genemit.c: Include toplev.h in generated file.
* doloop.c: Include toplev.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41261 138bc75d-0d04-0410-961f-82ee72b054a4
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 254bc376bdf..354b42dc257 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -817,6 +817,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"resource.h\"\n"); printf ("#include \"reload.h\"\n"); + printf ("#include \"toplev.h\"\n"); printf ("#include \"ggc.h\"\n\n"); printf ("#define FAIL return (end_sequence (), _val)\n"); printf ("#define DONE return (_val = gen_sequence (), end_sequence (), _val)\n"); |