Makefile.in (insn-output.o): Depend on $(EXPR_H).

* Makefile.in (insn-output.o): Depend on $(EXPR_H).

	* genoutput.c (output_prologue): Include expr.h in insn-output.c.

From-SVN: r41258
This commit is contained in:
Kaveh R. Ghazi 2001-04-11 15:57:31 +00:00 committed by Kaveh Ghazi
parent 68896bf9a2
commit f3a8030a5b
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (insn-output.o): Depend on $(EXPR_H).
* genoutput.c (output_prologue): Include expr.h in insn-output.c.
2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined.

View File

@ -1709,7 +1709,7 @@ s-attrtab : $(md_file) genattrtab$(build_exeext) $(srcdir)/move-if-change
touch s-attrtab
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_ATTR_H) \
conditions.h hard-reg-set.h insn-config.h $(INSN_ATTR_H) $(EXPR_H) \
output.h $(RECOG_H) function.h $(SYSTEM_H) toplev.h flags.h \
$(TM_P_H)
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-output.c

View File

@ -222,6 +222,7 @@ output_prologue ()
printf ("#include \"flags.h\"\n");
printf ("#include \"ggc.h\"\n");
printf ("#include \"rtl.h\"\n");
printf ("#include \"expr.h\"\n");
printf ("#include \"tm_p.h\"\n");
printf ("#include \"function.h\"\n");
printf ("#include \"regs.h\"\n");