]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/i386/i386-c.c: Do not include rtl.h.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 22:33:00 +0000 (22:33 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 22:33:00 +0000 (22:33 +0000)
* config/i386/t-i386: Update dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159846 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386-c.c
gcc/config/i386/t-i386

index 31d6e598edbfa95e1282b42b3bc7fe4befdaa86e..5831a609b79150b94b5c5a6013711ee103c6f2ec 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * config/i386/i386-c.c: Do not include rtl.h.
+       * config/i386/t-i386: Update dependencies.
+
 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
 
        * attribs.c: Do not include rtl.h.
index 285f6ef3c930ebcafad4fc2804125c6be3ef880d..b33fc86ea98019652b73dcf3f0e96cafb4af5f23 100644 (file)
@@ -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"
index ba3b4e4b42aa231b0fd197e06cdb31acaad83b22..6c801a597d645f7ccef45733ec15fd12f140f221 100644 (file)
@@ -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