mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-24 07:40:26 +08:00
* Makefile.in: Fix bitmap.o dependencies.
From-SVN: r194472
This commit is contained in:
parent
0f9fb22fd5
commit
af50fec7f5
@ -26,6 +26,8 @@
|
||||
(bitmap_find_bit): Lookup descriptor by id in bitmap_descriptors.
|
||||
(print_statistics): Update for struct bitmap_descriptor change.
|
||||
|
||||
* Makefile.in: Fix bitmap.o dependencies.
|
||||
|
||||
2012-12-13 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-ssa-pre.c (get_representative_for): Adjust dumping.
|
||||
|
@ -3172,7 +3172,7 @@ reginfo.o : reginfo.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
||||
insn-config.h $(RECOG_H) reload.h $(DIAGNOSTIC_CORE_H) \
|
||||
$(FUNCTION_H) output.h $(TM_P_H) $(EXPR_H) $(HASHTAB_H) \
|
||||
$(TARGET_H) $(TREE_PASS_H) $(DF_H) ira.h
|
||||
bitmap.o : bitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
bitmap.o : bitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(VEC_H) \
|
||||
$(GGC_H) gt-bitmap.h $(BITMAP_H) $(OBSTACK_H) $(HASHTAB_H)
|
||||
vec.o : vec.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(VEC_H) $(GGC_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(HASHTAB_H)
|
||||
|
Loading…
x
Reference in New Issue
Block a user