From 8162b6afc4010072ff23d5adf095fdf1a50d88f6 Mon Sep 17 00:00:00 2001 From: bernds Date: Sat, 10 Apr 2010 12:30:29 +0000 Subject: [PATCH] * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H). * web.c: Include "insn-config.h" and "recog.h". (union_match_dups): New function. (web_main): Call it. (union_defs): Don't try to recognize match_dups. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158187 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 +++++++- gcc/Makefile.in | 5 ----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 889457196bc..43fd1681c4b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,7 +2,13 @@ * ira-costs.c (record_reg_classes): Ignore alternatives that are not enabled. - + + * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H). + * web.c: Include "insn-config.h" and "recog.h". + (union_match_dups): New function. + (web_main): Call it. + (union_defs): Don't try to recognize match_dups. + 2010-04-09 Uros Bizjak PR target/43707 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 516ecae461f..18b07585289 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2970,11 +2970,6 @@ fwprop.o : fwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \ web.o : web.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \ hard-reg-set.h $(FLAGS_H) $(BASIC_BLOCK_H) $(FUNCTION_H) output.h $(TOPLEV_H) \ insn-config.h $(RECOG_H) $(DF_H) $(OBSTACK_H) $(TIMEVAR_H) $(TREE_PASS_H) -implicit-zee.o : implicit-zee.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \ - hard-reg-set.h $(FLAGS_H) $(BASIC_BLOCK_H) $(FUNCTION_H) output.h \ - $(DF_H) $(TIMEVAR_H) tree-pass.h $(RECOG_H) $(EXPR_H) \ - $(REGS_H) $(TREE_H) $(TM_P_H) insn-config.h $(INSN_ATTR_H) $(REAL_H) $(TOPLEV_H) \ - $(TARGET_H) $(OPTABS_H) insn-codes.h rtlhooks-def.h $(PARAMS_H) $(CGRAPH_H) gcse.o : gcse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \ $(REGS_H) hard-reg-set.h $(FLAGS_H) $(REAL_H) insn-config.h $(GGC_H) \ $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H) $(FUNCTION_H) output.h $(TOPLEV_H) \ -- 2.11.0