targhooks.c: Include output.h.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Tue, 23 Sep 2003 22:33:30 +0000 (22:33 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 23 Sep 2003 22:33:30 +0000 (22:33 +0000)
* targhooks.c: Include output.h.
* Makefile.in (targhooks.o): Add output.h to dependency list.

From-SVN: r71702

gcc/ChangeLog
gcc/Makefile.in
gcc/targhooks.c

index 2300ba8363c7b373257679cfe655ac406bd6138d..4d91c48df6fa909eb0dca833b00bf1ab1659faad 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * targhooks.c: Include output.h.
+       * Makefile.in (targhooks.o): Add output.h to dependency list.
+       
 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config.host: Removed superfluous newline.
index 768646ca26d8035708d3d2620384adc18ec1153c..b73ba25887fbf9b6de202dbbf658fff663c026b3 100644 (file)
@@ -1489,7 +1489,8 @@ opts.o : opts.c opts.h options.h toplev.h $(CONFIG_H) $(SYSTEM_H) \
        coretypes.h $(TREE_H) $(TM_H) $(LANGHOOKS_H) $(GGC_H) $(RTL_H) \
        output.h $(DIAGNOSTIC_H) $(TM_P_H) $(INSN_ATTR_H) intl.h
 targhooks.o : targhooks.c targhooks.h $(CONFIG_H) $(SYSTEM_H) \
-       coretypes.h $(TREE_H) $(TM_H) $(RTL_H) $(TM_P_H) function.h toplev.h
+       coretypes.h $(TREE_H) $(TM_H) $(RTL_H) $(TM_P_H) function.h \
+       output.h toplev.h
 
 toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_H) \
    function.h flags.h xcoffout.h input.h $(INSN_ATTR_H) output.h $(DIAGNOSTIC_H) \
index b1955690818ec187dd90ff038e979db7d0474090..5597635a0abbd4be362a5cb7028810c3aaa4c2cc 100644 (file)
@@ -55,6 +55,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "rtl.h"
 #include "tree.h"
 #include "expr.h"
+#include "output.h"
 #include "toplev.h"
 #include "function.h"
 #include "target.h"