Commit 3a786c62 by Jerry Quinn Committed by Jerry Quinn

Makefile.in (insn-conditions.o): Back out removal of reload.h.

2004-06-04  Jerry Quinn  <jlquinn@optonline.net>

	* Makefile.in (insn-conditions.o): Back out removal of reload.h.
	* genconditions.c (write_header): Back out removal of reload.h.

From-SVN: r82625
parent 2e2052b1
2004-06-04 Jerry Quinn <jlquinn@optonline.net>
* Makefile.in (insn-conditions.o): Back out removal of reload.h.
* genconditions.c (write_header): Back out removal of reload.h.
2004-06-04 Jan Hubicka <jh@suse.cz>
Re-apply hopefully fixed patch:
......
......@@ -2141,7 +2141,8 @@ s-conditions : $(md_file) genconditions$(build_exeext)
insn-conditions.o : insn-conditions.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(GTM_H) $(RTL_H) $(TM_P_H) $(REGS_H) function.h $(RECOG_H) real.h output.h \
flags.h hard-reg-set.h $(RESOURCE_H) toplev.h gensupport.h insn-constants.h
flags.h hard-reg-set.h $(RESOURCE_H) toplev.h reload.h gensupport.h \
insn-constants.h
$(CC_FOR_BUILD) -c $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $(INCLUDES) insn-conditions.c
dummy-conditions.o : dummy-conditions.c $(BCONFIG_H) $(SYSTEM_H) \
......
......@@ -107,6 +107,7 @@ write_header (void)
#include \"hard-reg-set.h\"\n\
#include \"resource.h\"\n\
#include \"toplev.h\"\n\
#include \"reload.h\"\n\
#include \"gensupport.h\"\n");
if (saw_eh_return)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment