mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 05:55:29 +08:00
* Make-lang.in (lto.o): Add dependency to splay-tree.h
From-SVN: r162632
This commit is contained in:
parent
90e26247ab
commit
d720b8692c
@ -1,3 +1,7 @@
|
||||
2010-07-27 Andi Kleen <ak@linux.intel.com>
|
||||
|
||||
* Make-lang.in (lto.o): Add dependency to splay-tree.h
|
||||
|
||||
2010-07-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* lto-lang.c (lto_handle_option): Update prototype and return
|
||||
|
@ -85,7 +85,7 @@ lto/lto.o: lto/lto.c $(CONFIG_H) $(SYSTEM_H) coretypes.h opts.h \
|
||||
$(CGRAPH_H) $(GGC_H) tree-ssa-operands.h $(TREE_PASS_H) \
|
||||
langhooks.h $(VEC_H) $(BITMAP_H) pointer-set.h $(IPA_PROP_H) \
|
||||
$(COMMON_H) debug.h $(TIMEVAR_H) $(GIMPLE_H) $(LTO_H) $(LTO_TREE_H) \
|
||||
$(LTO_TAGS_H) $(LTO_STREAMER_H) gt-lto-lto.h
|
||||
$(LTO_TAGS_H) $(LTO_STREAMER_H) $(SPLAY_TREE_H) gt-lto-lto.h
|
||||
lto/lto-elf.o: lto/lto-elf.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \
|
||||
toplev.h $(LTO_H) $(TM_H) $(LIBIBERTY_H) $(GGC_H) $(LTO_STREAMER_H)
|
||||
lto/lto-coff.o: lto/lto-coff.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \
|
||||
|
Loading…
Reference in New Issue
Block a user