OSDN Git Service

* Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Feb 2003 23:32:28 +0000 (23:32 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Feb 2003 23:32:28 +0000 (23:32 +0000)
* toplev.c: Include langhooks-def.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63067 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in
gcc/toplev.c

index 9b5a67b..4e3b347 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-19  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
+       * toplev.c: Include langhooks-def.h.
+
 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
 
        * config/mips/mips.h (enum processor_type): Sort entries
index edab43e..66580f1 100644 (file)
@@ -1430,7 +1430,8 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_
    dwarf2out.h sdbout.h dbxout.h $(EXPR_H) hard-reg-set.h $(BASIC_BLOCK_H) \
    graph.h $(LOOP_H) except.h $(REGS_H) $(TIMEVAR_H) $(lang_options_files) \
    ssa.h $(PARAMS_H) $(TM_P_H) reload.h dwarf2asm.h $(TARGET_H) \
-   langhooks.h insn-flags.h options.h cfglayout.h real.h cfgloop.h hosthooks.h
+   langhooks.h insn-flags.h options.h cfglayout.h real.h cfgloop.h \
+   hosthooks.h $(LANGHOOKS_DEF_H)
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DTARGET_NAME=\"$(target_alias)\" \
          -c $(srcdir)/toplev.c $(OUTPUT_OPTION)
index 09e67b3..c72f54f 100644 (file)
@@ -72,6 +72,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "debug.h"
 #include "target.h"
 #include "langhooks.h"
+#include "langhooks-def.h"
 #include "cfglayout.h"
 #include "cfgloop.h"
 #include "hosthooks.h"