mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-09 03:29:36 +08:00
gcse.c: Include except.h.
* gcse.c: Include except.h. * Makefile.in (gcse.o): Update. From-SVN: r51297
This commit is contained in:
parent
8cf29a474f
commit
e7d482b9e4
@ -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.
|
||||
|
@ -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) \
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user