Commit 1a5428f7 by Richard Henderson

Makefile.in (regmove.o): Depend on except.h.

        * Makefile.in (regmove.o): Depend on except.h.
        * remove.c: Include it.

From-SVN: r41319
parent d72274e4
...@@ -1530,7 +1530,7 @@ alias.o : alias.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h hard-reg-set.h \ ...@@ -1530,7 +1530,7 @@ alias.o : alias.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h hard-reg-set.h \
$(GGC_H) function.h cselib.h $(TREE_H) $(TM_P_H) $(GGC_H) function.h cselib.h $(TREE_H) $(TM_P_H)
regmove.o : regmove.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) insn-config.h \ regmove.o : regmove.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) insn-config.h \
$(RECOG_H) output.h $(REGS_H) hard-reg-set.h flags.h function.h \ $(RECOG_H) output.h $(REGS_H) hard-reg-set.h flags.h function.h \
$(EXPR_H) $(BASIC_BLOCK_H) toplev.h $(TM_P_H) $(EXPR_H) $(BASIC_BLOCK_H) toplev.h $(TM_P_H) except.h
haifa-sched.o : haifa-sched.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) sched-int.h \ haifa-sched.o : haifa-sched.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) sched-int.h \
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h flags.h insn-config.h function.h \ $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h flags.h insn-config.h function.h \
$(INSN_ATTR_H) toplev.h $(RECOG_H) except.h $(TM_P_H) $(INSN_ATTR_H) toplev.h $(RECOG_H) except.h $(TM_P_H)
......
...@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */
#include "function.h" #include "function.h"
#include "expr.h" #include "expr.h"
#include "basic-block.h" #include "basic-block.h"
#include "except.h"
#include "toplev.h" #include "toplev.h"
static int perhaps_ends_bb_p PARAMS ((rtx)); static int perhaps_ends_bb_p PARAMS ((rtx));
......
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