gcse.c: Include except.h.
authorRichard Henderson <rth@redhat.com>
Mon, 25 Mar 2002 02:30:22 +0000 (18:30 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 25 Mar 2002 02:30:22 +0000 (18:30 -0800)
        * gcse.c: Include except.h.
        * Makefile.in (gcse.o): Update.

From-SVN: r51297

gcc/ChangeLog
gcc/Makefile.in
gcc/gcse.c

index 7ac7150c19dc417834f86eede85f6e1a02290147..7ab39ffabdd0c74a6633d0e0a25955e910a205f1 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-24  Richard Henderson  <rth@redhat.com>
+
+       * gcse.c: Include except.h.
+       * Makefile.in (gcse.o): Update.
+
 2002-03-24  Richard Henderson  <rth@redhat.com>
 
        * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.
index e9642fc4422f2e8c3261e90a16d15223a9c64b31..7078ca39351997ab3511c9ab46802f4c9df6f885 100644 (file)
@@ -1451,7 +1451,7 @@ cse.o : cse.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(REGS_H) hard-reg-set.h flags.h
    $(BASIC_BLOCK_H) $(GGC_H) $(TM_P_H) $(TIMEVAR_H)
 gcse.o : gcse.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(REGS_H) hard-reg-set.h \
    flags.h real.h insn-config.h ggc.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H) \
-   function.h output.h toplev.h $(TM_P_H) $(PARAMS_H)
+   function.h output.h toplev.h $(TM_P_H) $(PARAMS_H) except.h
 sibcall.o : sibcall.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(REGS_H) function.h \
    hard-reg-set.h flags.h insn-config.h $(RECOG_H) $(BASIC_BLOCK_H)
 resource.o : resource.c $(CONFIG_H) $(RTL_H) hard-reg-set.h $(SYSTEM_H) \
index 6efd39bc1434f290b830b0d40d145795d1d8658a..cc3b2ec01794f1f4053352c4b1091e59ab6c4ef2 100644 (file)
@@ -159,6 +159,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "output.h"
 #include "function.h"
 #include "expr.h" 
+#include "except.h"
 #include "ggc.h"
 #include "params.h"