* genoutput.c (output_prologue): Include ggc.h in generated
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jan 2000 20:40:24 +0000 (20:40 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jan 2000 20:40:24 +0000 (20:40 +0000)
files.
* Makefile.in (insn-output.o): Depends on ggc.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31650 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in
gcc/genoutput.c

index 3329222..c2adbce 100644 (file)
@@ -1,3 +1,9 @@
+2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * genoutput.c (output_prologue): Include ggc.h in generated
+       files.
+       * Makefile.in (insn-output.o): Depends on ggc.h.
+
 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
            Hans-Peter Nilsson  <hp@bitrange.com>
 
index fdf800a..22ddebc 100644 (file)
@@ -1765,9 +1765,9 @@ s-attrtab : $(md_file) genattrtab $(srcdir)/move-if-change
        $(SHELL) $(srcdir)/move-if-change tmp-attrtab.c insn-attrtab.c
        touch s-attrtab
 
-insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) $(REGS_H) real.h conditions.h \
-    hard-reg-set.h insn-config.h insn-flags.h insn-attr.h output.h $(RECOG_H) \
-    function.h insn-codes.h system.h toplev.h flags.h
+insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) ggc.h $(REGS_H) real.h \
+    conditions.h hard-reg-set.h insn-config.h insn-flags.h insn-attr.h \
+    output.h $(RECOG_H) function.h insn-codes.h system.h toplev.h flags.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-output.c
 
 insn-output.c: s-output ; @true
index 348e9ae..5fd472d 100644 (file)
@@ -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");