Makefile.in (regmove.o): Depend on except.h.
authorRichard Henderson <rth@gcc.gnu.org>
Fri, 13 Apr 2001 02:52:24 +0000 (19:52 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 13 Apr 2001 02:52:24 +0000 (19:52 -0700)
        * Makefile.in (regmove.o): Depend on except.h.
        * remove.c: Include it.

From-SVN: r41319

gcc/Makefile.in
gcc/regmove.c

index 33d0238f9a24e558a372c6f075742e9cbcf10b71..6e640c738eb6c3f505ecd39fc80bd1fada49d492 100644 (file)
@@ -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)
 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 \
-   $(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 \
    $(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)
index 227c662c537196a0e046e284ba56303a32a78245..84adaedd0843af0b19d4cb0037c1de624231c74a 100644 (file)
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA.  */
 #include "function.h"
 #include "expr.h"
 #include "basic-block.h"
+#include "except.h"
 #include "toplev.h"
 
 static int perhaps_ends_bb_p   PARAMS ((rtx));