From dbfea53d0210a2bc55e2e2052a165053cdc04c07 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 3 Mar 1999 15:08:02 -0800 Subject: [PATCH] Remove ChangeLog entries for flow rewrite for changes that were removed before they were checked in. Remove ChangeLog entries for flow rewrite for changes that were removed before they were checked in. Add Makefile.in changes which were mentioned in the ChangeLog, but never included in Makefile.in. From-SVN: r25570 --- gcc/ChangeLog | 3 +-- gcc/Makefile.in | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84be44d893b..5fc8a3411b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -356,8 +356,7 @@ Thu Feb 25 23:43:59 1999 Richard Henderson nonlocal_goto_handler_labels. * Makefile.in (print-rtl.o): Depend on basic-block.h. - (flow.o): Depend on tree.h and insn-flags.h. - (sched.o): Depend on tree.h and expr.h. + (flow.o): Depend on insn-flags.h. * function.c (thread_prologue_and_epilogue_insns): Do not half-heartedly update bb structures. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9ad91068521..0b5b889c839 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1443,7 +1443,7 @@ toplev.o : toplev.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) \ rtl.o : rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h -print-rtl.o : print-rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h +print-rtl.o : print-rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h basic-block.h rtlanal.o : rtlanal.c $(CONFIG_H) system.h $(RTL_H) varasm.o : varasm.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) flags.h \ @@ -1513,7 +1513,8 @@ loop.o : loop.c $(CONFIG_H) system.h $(RTL_H) flags.h loop.h insn-config.h \ unroll.o : unroll.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \ integrate.h $(REGS_H) $(RECOG_H) flags.h $(EXPR_H) loop.h toplev.h varray.h flow.o : flow.c $(CONFIG_H) system.h $(RTL_H) flags.h insn-config.h \ - $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h recog.h + $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h recog.h \ + insn-flags.h combine.o : combine.c $(CONFIG_H) system.h $(RTL_H) flags.h \ insn-config.h insn-flags.h insn-codes.h insn-attr.h $(REGS_H) $(EXPR_H) \ $(BASIC_BLOCK_H) $(RECOG_H) real.h hard-reg-set.h toplev.h @@ -1837,7 +1838,8 @@ $(HOST_PREFIX_1)rtl.o: $(srcdir)/rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h sed -e 's/config[.]h/hconfig.h/' $(srcdir)/rtl.c > $(HOST_PREFIX)rtl.c $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)rtl.c -$(HOST_PREFIX_1)print-rtl.o: $(srcdir)/print-rtl.c $(CONFIG_H) $(RTL_H) +$(HOST_PREFIX_1)print-rtl.o: $(srcdir)/print-rtl.c $(CONFIG_H) $(RTL_H) \ + bitmap.h basic-block.h rm -f $(HOST_PREFIX)print-rtl.c sed -e 's/config[.]h/hconfig.h/' $(srcdir)/print-rtl.c > $(HOST_PREFIX)print-rtl.c $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)print-rtl.c -- 2.30.2