aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1999-03-03 15:08:02 -0800
committerJeff Law <law@gcc.gnu.org>1999-03-03 16:08:02 -0700
commitdbfea53d0210a2bc55e2e2052a165053cdc04c07 (patch)
tree2eea01fa3c16e4a58af7185d8730ff93f580ee3f
parent2e4a567ed55ab3fb8695ca08cb8bb398ce774c9c (diff)
downloadgcc-dbfea53d0210a2bc55e2e2052a165053cdc04c07.zip
gcc-dbfea53d0210a2bc55e2e2052a165053cdc04c07.tar.gz
gcc-dbfea53d0210a2bc55e2e2052a165053cdc04c07.tar.bz2
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
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/Makefile.in8
2 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 84be44d..5fc8a34 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -356,8 +356,7 @@ Thu Feb 25 23:43:59 1999 Richard Henderson <rth@cygnus.com>
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 9ad9106..0b5b889 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