diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-29 00:14:50 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-29 00:14:50 +0000 |
commit | 3e097227978c983969c24f3babe4877ecd94bf7d (patch) | |
tree | 892987a4142b96ee5a4720642b209c189a7668e0 /gcc/lto | |
parent | accf9ad64aac122eee74d485245901daa276542a (diff) | |
download | gcc-3e097227978c983969c24f3babe4877ecd94bf7d.zip gcc-3e097227978c983969c24f3babe4877ecd94bf7d.tar.gz gcc-3e097227978c983969c24f3babe4877ecd94bf7d.tar.bz2 |
vec.h: Include statistics.h
gcc/ChangeLog:
* vec.h: Include statistics.h
* Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
with VEC_H.
lto/ChangeLog:
* Make-lang.in: Replace vec.h dependency with VEC_H.
From-SVN: r160010
Diffstat (limited to 'gcc/lto')
-rw-r--r-- | gcc/lto/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/lto/Make-lang.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index fd70eff..37e4a4f 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2010-05-29 Steven Bosscher <steven@gcc.gnu.org> + + * Make-lang.in: Replace vec.h dependency with VEC_H. + 2010-05-28 Joseph Myers <joseph@codesourcery.com> * lto-coff.c (coff_errmsg): Remove. diff --git a/gcc/lto/Make-lang.in b/gcc/lto/Make-lang.in index 637d07c..6067349 100644 --- a/gcc/lto/Make-lang.in +++ b/gcc/lto/Make-lang.in @@ -83,7 +83,7 @@ lto/lto-lang.o: lto/lto-lang.c $(CONFIG_H) coretypes.h debug.h \ lto/lto.o: lto/lto.c $(CONFIG_H) $(SYSTEM_H) coretypes.h opts.h \ toplev.h $(TREE_H) $(DIAGNOSTIC_CORE_H) $(TM_H) $(LIBIBERTY_H) \ $(CGRAPH_H) $(GGC_H) tree-ssa-operands.h $(TREE_PASS_H) \ - langhooks.h vec.h $(BITMAP_H) pointer-set.h $(IPA_PROP_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/lto-elf.o: lto/lto-elf.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \ |