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 7ac7150..7ab39ff 100644 (file)
@@ -1,5 +1,10 @@
 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.
        Do resolve_unique_section before shared data clause.
 
index e9642fc..7078ca3 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 6efd39b..cc3b2ec 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"