summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-10 07:02:22 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-10 07:02:22 +0000
commit723fbc55c51a6db3be41af4cb411beb9a6d35706 (patch)
tree4c7896b047879472a61146ac671d7050e03d622e /gcc
parent107be538ecb71bfcc61d7a5cd8b0e292af71dffa (diff)
downloadppe42-gcc-723fbc55c51a6db3be41af4cb411beb9a6d35706.tar.gz
ppe42-gcc-723fbc55c51a6db3be41af4cb411beb9a6d35706.zip
* langhooks.c: Include rtl.h, insn-config.h and integrate.h.
* Makefile.in (langhooks.o): Add dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
-rw-r--r--gcc/langhooks.c3
3 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index aea1bde3d3e..55fd1dc3437 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index b955d681d0c..cd838150415 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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) \
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index dae764c24ab..d5157f8cd63 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -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
OpenPOWER on IntegriCloud