]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
langhooks.c: Include rtl.h, insn-config.h and integrate.h.
authorJanis Johnson <janis187@us.ibm.com>
Wed, 10 Oct 2001 07:02:22 +0000 (07:02 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 10 Oct 2001 07:02:22 +0000 (07:02 +0000)
* langhooks.c: Include rtl.h, insn-config.h and integrate.h.
* Makefile.in (langhooks.o): Add dependencies.

From-SVN: r46142

gcc/ChangeLog
gcc/Makefile.in
gcc/langhooks.c

index aea1bde3d3e21cc67cf45bdd4126d7b381d39821..55fd1dc3437fbe93a7f964c5095b5a509a8d905c 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-10  Janis Johnson  <janis187@us.ibm.com>, Alexandre Oliva  <aoliva@redhat.com>
+
+       * langhooks.c: Include rtl.h, insn-config.h and integrate.h.
+       * Makefile.in (langhooks.o): Add dependencies.
+
 Wed Oct 10 00:41:29 EDT 2001  John Wehle  (john@feith.com)
 
        * rs6000.c (rs6000_emit_load_toc_table): Don't
index b955d681d0c2b659a48b1e4ddd4d7076744b23a7..cd838150415375949bb1bda3f73e81d8d4370614 100644 (file)
@@ -1349,7 +1349,7 @@ prefix.o: prefix.c $(CONFIG_H) $(SYSTEM_H) Makefile prefix.h
 convert.o: convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h convert.h toplev.h
 
 langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) toplev.h \
-   tree-inline.h
+   tree-inline.h $(RTL_H) insn-config.h integrate.h
 tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h function.h toplev.h \
    $(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H)
 tree-inline.o : tree-inline.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) \
index dae764c24ab18fcc8912adf84e24932446519865..d5157f8cd63194255a3afec65818b1a307f13cf8 100644 (file)
@@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA.  */
 #include "toplev.h"
 #include "tree.h"
 #include "tree-inline.h"
+#include "rtl.h"
+#include "insn-config.h"
+#include "integrate.h"
 
 /* lang_hooks.tree_inlining.walk_subtrees is called by walk_tree()
    after handling common cases, but before walking code-specific