Commit e5378e8d by Andreas Schwab Committed by Andreas Schwab

Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).

	* Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
	* toplev.c: Include langhooks-def.h.

From-SVN: r63067
parent de59bd27
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> 2003-02-18 Chris Demetriou <cgd@broadcom.com>
* config/mips/mips.h (enum processor_type): Sort entries * config/mips/mips.h (enum processor_type): Sort entries
......
...@@ -1430,7 +1430,8 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_ ...@@ -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) \ 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) \ 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) \ 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) \ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DTARGET_NAME=\"$(target_alias)\" \ -DTARGET_NAME=\"$(target_alias)\" \
-c $(srcdir)/toplev.c $(OUTPUT_OPTION) -c $(srcdir)/toplev.c $(OUTPUT_OPTION)
......
...@@ -72,6 +72,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -72,6 +72,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "debug.h" #include "debug.h"
#include "target.h" #include "target.h"
#include "langhooks.h" #include "langhooks.h"
#include "langhooks-def.h"
#include "cfglayout.h" #include "cfglayout.h"
#include "cfgloop.h" #include "cfgloop.h"
#include "hosthooks.h" #include "hosthooks.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment