Commit 8554df86 by Steven Bosscher

c-decl.c: Do not include tree-mudflap.h

gcc/
	* c-decl.c: Do not include tree-mudflap.h
	* tree-optimize.c: Likewise.
	* Makefile.in: Update dependencies.

cp/
	* decl2.c: Do not include tree-mudflap.h
	* semantics.c: Likewise.

From-SVN: r183165
parent f86b266c
2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
* c-decl.c: Do not include tree-mudflap.h
* tree-optimize.c: Likewise.
* Makefile.in: Update dependencies.
2012-01-13 Richard Guenther <rguenther@suse.de> 2012-01-13 Richard Guenther <rguenther@suse.de>
PR middle-end/8081 PR middle-end/8081
......
...@@ -1866,7 +1866,7 @@ c-decl.o : c-decl.c c-lang.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ ...@@ -1866,7 +1866,7 @@ c-decl.o : c-decl.c c-lang.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(TIMEVAR_H) $(OPTS_H) $(C_PRAGMA_H) gt-c-decl.h $(CGRAPH_H) \ $(TIMEVAR_H) $(OPTS_H) $(C_PRAGMA_H) gt-c-decl.h $(CGRAPH_H) \
$(HASHTAB_H) $(LIBFUNCS_H) $(EXCEPT_H) $(LANGHOOKS_DEF_H) \ $(HASHTAB_H) $(LIBFUNCS_H) $(EXCEPT_H) $(LANGHOOKS_DEF_H) \
$(TREE_DUMP_H) $(C_COMMON_H) $(CPPLIB_H) $(DIAGNOSTIC_CORE_H) \ $(TREE_DUMP_H) $(C_COMMON_H) $(CPPLIB_H) $(DIAGNOSTIC_CORE_H) \
$(INPUT_H) langhooks.h tree-mudflap.h pointer-set.h tree-iterator.h \ $(INPUT_H) langhooks.h pointer-set.h tree-iterator.h \
$(PLUGIN_H) c-family/c-ada-spec.h c-family/c-objc.h $(PLUGIN_H) c-family/c-ada-spec.h c-family/c-objc.h
c-errors.o: c-errors.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \ c-errors.o: c-errors.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
...@@ -2560,7 +2560,7 @@ tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \ ...@@ -2560,7 +2560,7 @@ tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
$(DIAGNOSTIC_H) $(BASIC_BLOCK_H) $(FLAGS_H) $(TIMEVAR_H) $(TM_H) \ $(DIAGNOSTIC_H) $(BASIC_BLOCK_H) $(FLAGS_H) $(TIMEVAR_H) $(TM_H) \
coretypes.h $(TREE_DUMP_H) toplev.h $(DIAGNOSTIC_CORE_H) $(FUNCTION_H) langhooks.h \ coretypes.h $(TREE_DUMP_H) toplev.h $(DIAGNOSTIC_CORE_H) $(FUNCTION_H) langhooks.h \
$(FLAGS_H) $(CGRAPH_H) $(PLUGIN_H) \ $(FLAGS_H) $(CGRAPH_H) $(PLUGIN_H) \
$(TREE_INLINE_H) tree-mudflap.h $(GGC_H) graph.h $(CGRAPH_H) \ $(TREE_INLINE_H) $(GGC_H) graph.h $(CGRAPH_H) \
$(TREE_PASS_H) $(CFGLOOP_H) $(EXCEPT_H) $(REGSET_H) $(TREE_PASS_H) $(CFGLOOP_H) $(EXCEPT_H) $(REGSET_H)
gimplify.o : gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(GIMPLE_H) \ gimplify.o : gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(GIMPLE_H) \
......
...@@ -50,7 +50,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -50,7 +50,6 @@ along with GCC; see the file COPYING3. If not see
#include "c-family/c-pragma.h" #include "c-family/c-pragma.h"
#include "c-lang.h" #include "c-lang.h"
#include "langhooks.h" #include "langhooks.h"
#include "tree-mudflap.h"
#include "tree-iterator.h" #include "tree-iterator.h"
#include "diagnostic-core.h" #include "diagnostic-core.h"
#include "tree-dump.h" #include "tree-dump.h"
......
2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
* decl2.c: Do not include tree-mudflap.h
* semantics.c: Likewise.
2012-01-13 Jason Merrill <jason@redhat.com> 2012-01-13 Jason Merrill <jason@redhat.com>
PR c++/20681 PR c++/20681
......
...@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3. If not see
#include "target.h" #include "target.h"
#include "c-family/c-common.h" #include "c-family/c-common.h"
#include "c-family/c-objc.h" #include "c-family/c-objc.h"
#include "tree-mudflap.h"
#include "cgraph.h" #include "cgraph.h"
#include "tree-inline.h" #include "tree-inline.h"
#include "c-family/c-pragma.h" #include "c-family/c-pragma.h"
......
...@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see
#include "c-family/c-common.h" #include "c-family/c-common.h"
#include "c-family/c-objc.h" #include "c-family/c-objc.h"
#include "tree-inline.h" #include "tree-inline.h"
#include "tree-mudflap.h"
#include "intl.h" #include "intl.h"
#include "toplev.h" #include "toplev.h"
#include "flags.h" #include "flags.h"
......
...@@ -38,7 +38,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -38,7 +38,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h" #include "flags.h"
#include "cgraph.h" #include "cgraph.h"
#include "tree-inline.h" #include "tree-inline.h"
#include "tree-mudflap.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "ggc.h" #include "ggc.h"
#include "cgraph.h" #include "cgraph.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment