aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2006-11-29 17:17:56 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2006-11-29 17:17:56 +0000
commitd315c4a9f8367f9452ff6afd3a49d9a3b6fa3105 (patch)
tree5ef421dcf472e478361eafb8417dc101db7b73ef
parent32c8bce718ea31691c03b50f026a5b23b59ddeb3 (diff)
downloadgcc-d315c4a9f8367f9452ff6afd3a49d9a3b6fa3105.zip
gcc-d315c4a9f8367f9452ff6afd3a49d9a3b6fa3105.tar.gz
gcc-d315c4a9f8367f9452ff6afd3a49d9a3b6fa3105.tar.bz2
Makefile.in (tree-ssanames.o): Remove gt-tree-ssanames.h, since it no longer exists.
2006-11-29 Daniel Berlin <dberlin@dberlin.org> Steven Bosscher <stevenb.gcc@gmail.com> * Makefile.in (tree-ssanames.o): Remove gt-tree-ssanames.h, since it no longer exists. Co-Authored-By: Steven Bosscher <stevenb.gcc@gmail.com> From-SVN: r119323
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/Makefile.in4
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5bb4362..081cc15 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-29 Daniel Berlin <dberlin@dberlin.org>
+ Steven Bosscher <stevenb.gcc@gmail.com>
+
+ * Makefile.in (tree-ssanames.o): Remove gt-tree-ssanames.h,
+ since it no longer exists.
+
2006-11-29 Duncan Sands <baldrick@free.fr>
PR tree-optimization/23744
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c6334d7..290e8f3 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1900,7 +1900,7 @@ tree-ssa-threadupdate.o : tree-ssa-threadupdate.c $(TREE_FLOW_H) $(CONFIG_H) \
$(DIAGNOSTIC_H) $(FUNCTION_H) $(TM_H) coretypes.h $(TREE_DUMP_H) \
$(BASIC_BLOCK_H) $(FLAGS_H) tree-pass.h $(CFGLOOP_H)
tree-ssanames.o : tree-ssanames.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
- $(TM_H) $(TREE_H) $(VARRAY_H) $(GGC_H) gt-tree-ssanames.h $(TREE_FLOW_H)
+ $(TM_H) $(TREE_H) $(VARRAY_H) $(GGC_H) $(TREE_FLOW_H)
tree-phinodes.o : tree-phinodes.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(TM_H) $(TREE_H) $(VARRAY_H) $(GGC_H) $(BASIC_BLOCK_H) $(TREE_FLOW_H) \
gt-tree-phinodes.h $(RTL_H) toplev.h
@@ -2901,7 +2901,7 @@ gt-dbxout.h \
gtype-c.h gt-cfglayout.h \
gt-tree-mudflap.h gt-tree-vect-generic.h \
gt-tree-profile.h gt-tree-ssa-address.h \
-gt-tree-ssanames.h gt-tree-iterator.h gt-gimplify.h \
+gt-tree-iterator.h gt-gimplify.h \
gt-tree-phinodes.h gt-tree-nested.h \
gt-tree-ssa-operands.h gt-tree-ssa-propagate.h \
gt-tree-ssa-structalias.h gt-ipa-inline.h gt-cgraphunit.h \