]> gcc.gnu.org Git - gcc.git/commitdiff
attribs.c: Do not include rtl.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 25 May 2010 22:31:19 +0000 (22:31 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 25 May 2010 22:31:19 +0000 (22:31 +0000)
* attribs.c: Do not include rtl.h.
* Makefile.in: Update dependencies.

From-SVN: r159845

gcc/ChangeLog
gcc/Makefile.in
gcc/attribs.c

index 9476e77f74a1883bbeacc1670979b8e10e99ee20..31d6e598edbfa95e1282b42b3bc7fe4befdaa86e 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * double-int.h (double_int_and): New.
index f9720e36e506159bd6e7baebfd658b19be45f486..6e32d8115f23f59b9ba54585b7bfc634ddc2ffd8 100644 (file)
@@ -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.
 
 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)
 
 c-format.o : c-format.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) langhooks.h \
index 4d91a0d65250b4d0f6cb42266beb640e34857814..57f367d581e87fe288cd2328adb6454a17170964 100644 (file)
@@ -27,7 +27,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "toplev.h"
 #include "output.h"
-#include "rtl.h"
 #include "ggc.h"
 #include "tm_p.h"
 #include "cpplib.h"
This page took 0.087423 seconds and 5 git commands to generate.