Commit afb67dc2 by Steven Bosscher

attribs.c: Do not include rtl.h.

	* attribs.c: Do not include rtl.h.
	* Makefile.in: Update dependencies.

From-SVN: r159845
parent 9b469089
2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
* attribs.c: Do not include rtl.h.
* Makefile.in: Update dependencies.
2010-05-25 Anatoly Sokolov <aesok@post.ru> 2010-05-25 Anatoly Sokolov <aesok@post.ru>
* double-int.h (double_int_and): New. * double-int.h (double_int_and): New.
......
...@@ -2075,7 +2075,7 @@ c-cppbuiltin.o : c-cppbuiltin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ ...@@ -2075,7 +2075,7 @@ c-cppbuiltin.o : c-cppbuiltin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
# A file used by all variants of C and some other languages. # A file used by all variants of C and some other languages.
attribs.o : attribs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \ attribs.o : attribs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
$(FLAGS_H) $(TOPLEV_H) output.h $(RTL_H) $(GGC_H) $(TM_P_H) \ $(FLAGS_H) $(TOPLEV_H) output.h $(GGC_H) $(TM_P_H) \
$(TARGET_H) langhooks.h $(CPPLIB_H) $(PLUGIN_H) $(TARGET_H) langhooks.h $(CPPLIB_H) $(PLUGIN_H)
c-format.o : c-format.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) langhooks.h \ c-format.o : c-format.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) langhooks.h \
......
...@@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h" #include "flags.h"
#include "toplev.h" #include "toplev.h"
#include "output.h" #include "output.h"
#include "rtl.h"
#include "ggc.h" #include "ggc.h"
#include "tm_p.h" #include "tm_p.h"
#include "cpplib.h" #include "cpplib.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