gcse.c: Include except.h.

* gcse.c: Include except.h.
        * Makefile.in (gcse.o): Update.

From-SVN: r51297
This commit is contained in:
Richard Henderson 2002-03-24 18:30:22 -08:00 committed by Richard Henderson
parent 8cf29a474f
commit e7d482b9e4
3 changed files with 7 additions and 1 deletions

View 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.

View 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) \

View 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"