Makefile.in (toplev.o): Depend on except.h.
* Makefile.in (toplev.o): Depend on except.h. (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise. From-SVN: r30556
This commit is contained in:
parent
40745eecaf
commit
fc99263b01
2 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-11-17 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* Makefile.in (toplev.o): Depend on except.h.
|
||||
(dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
|
||||
|
||||
Mon Nov 15 22:45:39 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
|
||||
* i386.md (divmodsi4): Rewrite to expander.
|
||||
(*divmodsi4_nocltd): New.
|
||||
|
|
|
@ -1464,7 +1464,7 @@ toplev.o : toplev.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) function.h \
|
|||
flags.h input.h insn-attr.h xcoffout.h defaults.h output.h \
|
||||
insn-codes.h insn-config.h intl.h $(RECOG_H) Makefile toplev.h dwarfout.h \
|
||||
dwarf2out.h sdbout.h dbxout.h $(EXPR_H) $(BASIC_BLOCK_H) graph.h \
|
||||
$(lang_options_files)
|
||||
except.h $(lang_options_files)
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) \
|
||||
-DTARGET_NAME=\"$(target_alias)\" \
|
||||
-c `echo $(srcdir)/toplev.c | sed 's,^\./,,'`
|
||||
|
@ -1517,7 +1517,7 @@ dwarfout.o : dwarfout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) dwarf.h \
|
|||
dwarf2out.o : dwarf2out.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) dwarf2.h \
|
||||
flags.h insn-config.h reload.h output.h defaults.h \
|
||||
hard-reg-set.h $(REGS_H) $(EXPR_H) toplev.h dwarf2out.h dyn-string.h \
|
||||
ggc.h
|
||||
ggc.h except.h
|
||||
xcoffout.o : xcoffout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) xcoffout.h \
|
||||
flags.h toplev.h output.h dbxout.h ggc.h
|
||||
emit-rtl.o : emit-rtl.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
|
||||
|
@ -1551,12 +1551,12 @@ profile.o : profile.c $(CONFIG_H) system.h $(RTL_H) flags.h insn-flags.h \
|
|||
ggc.h
|
||||
loop.o : loop.c $(CONFIG_H) system.h $(RTL_H) flags.h loop.h insn-config.h \
|
||||
insn-flags.h $(REGS_H) hard-reg-set.h $(RECOG_H) $(EXPR_H) real.h \
|
||||
function.h toplev.h varray.h
|
||||
function.h toplev.h varray.h except.h
|
||||
unroll.o : unroll.c $(CONFIG_H) system.h $(RTL_H) insn-config.h function.h \
|
||||
integrate.h $(REGS_H) $(RECOG_H) flags.h $(EXPR_H) loop.h toplev.h varray.h
|
||||
flow.o : flow.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h insn-config.h \
|
||||
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h recog.h \
|
||||
insn-flags.h function.h
|
||||
insn-flags.h function.h except.h
|
||||
combine.o : combine.c $(CONFIG_H) system.h $(RTL_H) flags.h function.h \
|
||||
insn-config.h insn-flags.h insn-codes.h insn-attr.h $(REGS_H) $(EXPR_H) \
|
||||
$(BASIC_BLOCK_H) $(RECOG_H) real.h hard-reg-set.h toplev.h
|
||||
|
@ -1590,7 +1590,7 @@ regmove.o : regmove.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
|
|||
$(EXPR_H) insn-flags.h $(BASIC_BLOCK_H) toplev.h
|
||||
haifa-sched.o : haifa-sched.c $(CONFIG_H) system.h $(RTL_H) \
|
||||
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h flags.h insn-config.h function.h \
|
||||
insn-attr.h toplev.h recog.h
|
||||
insn-attr.h toplev.h recog.h except.h
|
||||
final.o : final.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h intl.h \
|
||||
$(REGS_H) $(RECOG_H) conditions.h insn-config.h insn-attr.h function.h \
|
||||
real.h output.h hard-reg-set.h insn-flags.h insn-codes.h gstab.h except.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue