From c962b78d00daa18f54b12440a8de1a8d552ab531 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Tue, 25 May 2010 22:33:00 +0000 Subject: [PATCH] i386-c.c: Do not include rtl.h. * config/i386/i386-c.c: Do not include rtl.h. * config/i386/t-i386: Update dependencies. From-SVN: r159846 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386-c.c | 1 - gcc/config/i386/t-i386 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31d6e598edb..5831a609b79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-25 Steven Bosscher + + * config/i386/i386-c.c: Do not include rtl.h. + * config/i386/t-i386: Update dependencies. + 2010-05-25 Steven Bosscher * attribs.c: Do not include rtl.h. diff --git a/gcc/config/i386/i386-c.c b/gcc/config/i386/i386-c.c index 285f6ef3c93..b33fc86ea98 100644 --- a/gcc/config/i386/i386-c.c +++ b/gcc/config/i386/i386-c.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "rtl.h" #include "tree.h" #include "tm_p.h" #include "flags.h" diff --git a/gcc/config/i386/t-i386 b/gcc/config/i386/t-i386 index ba3b4e4b42a..6c801a597d6 100644 --- a/gcc/config/i386/t-i386 +++ b/gcc/config/i386/t-i386 @@ -27,7 +27,7 @@ i386.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ i386-c.o: $(srcdir)/config/i386/i386-c.c \ $(srcdir)/config/i386/i386-protos.h $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - $(TM_H) $(RTL_H) $(TREE_H) $(TM_P_H) $(FLAGS_H) $(C_COMMON_H) $(GGC_H) \ + $(TM_H) $(TREE_H) $(TM_P_H) $(FLAGS_H) $(C_COMMON_H) $(GGC_H) \ $(TARGET_H) $(TARGET_DEF_H) $(CPPLIB_H) $(C_PRAGMA_H) $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/i386/i386-c.c -- 2.30.2