diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-01-27 20:40:24 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2000-01-27 20:40:24 +0000 |
commit | 3bc9f12b33e84053451bac3b5f817526c3792627 (patch) | |
tree | ce896aa45192fcb5ff0d3be07806d7a4399ea8c7 /gcc/genoutput.c | |
parent | 4c54e4e417a76bb3ad2ab7523c407b0863b5ef27 (diff) | |
download | gcc-3bc9f12b33e84053451bac3b5f817526c3792627.zip gcc-3bc9f12b33e84053451bac3b5f817526c3792627.tar.gz gcc-3bc9f12b33e84053451bac3b5f817526c3792627.tar.bz2 |
genoutput.c (output_prologue): Include ggc.h in generated files.
* genoutput.c (output_prologue): Include ggc.h in generated
files.
* Makefile.in (insn-output.o): Depends on ggc.h.
From-SVN: r31650
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 348e9ae..5fd472d 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -225,6 +225,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); printf ("#include \"system.h\"\n"); printf ("#include \"flags.h\"\n"); + printf ("#include \"ggc.h\"\n"); printf ("#include \"rtl.h\"\n"); printf ("#include \"tm_p.h\"\n"); printf ("#include \"function.h\"\n"); |