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
This commit is contained in:
Steven Bosscher 2010-05-25 22:33:00 +00:00
parent afb67dc2a4
commit c962b78d00
3 changed files with 6 additions and 2 deletions

View 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.

View 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"

View 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