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
This commit is contained in:
parent
2e2052b19a
commit
3a786c6263
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user