From 294ffb37bb31fe510d4bd563afa3d309a9182594 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 10 Nov 1999 07:21:02 +0000 Subject: [PATCH] Makefile.in (recog.o): Use BASIC_BLOCK_H macro. * Makefile.in (recog.o): Use BASIC_BLOCK_H macro. (print-rtl.o, $(HOST_PREIFX_1)print-rtl.o: Likewise. Remove redundant bitmap.h. From-SVN: r30468 --- gcc/ChangeLog | 6 ++++++ gcc/Makefile.in | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f89016b9f3..3f2196e9140 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 10 04:58:09 1999 Alexandre Oliva + + * Makefile.in (recog.o): Use BASIC_BLOCK_H macro. + (print-rtl.o, $(HOST_PREIFX_1)print-rtl.o: Likewise. Remove + redundant bitmap.h. + Wed Nov 10 00:02:53 1999 Jeffrey A Law (law@cygnus.com) * flow.c (compute_flow_dominators): No longer treat basic block 0 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2c05f2c1ce3..f7e41db1058 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1471,7 +1471,7 @@ toplev.o : toplev.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) function.h \ rtl.o : rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h ggc.h toplev.h -print-rtl.o : print-rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h basic-block.h +print-rtl.o : print-rtl.c $(CONFIG_H) system.h $(RTL_H) $(BASIC_BLOCK_H) rtlanal.o : rtlanal.c $(CONFIG_H) system.h $(RTL_H) errors.o : errors.c $(CONFIG_H) system.h errors.h @@ -1596,9 +1596,9 @@ final.o : final.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h intl.h \ real.h output.h hard-reg-set.h insn-flags.h insn-codes.h gstab.h except.h \ xcoffout.h defaults.h toplev.h reload.h dwarfout.h dwarf2out.h sdbout.h \ dbxout.h -recog.o : recog.c $(CONFIG_H) system.h $(RTL_H) function.h \ +recog.o : recog.c $(CONFIG_H) system.h $(RTL_H) function.h $(BASIC_BLOCK_H) \ $(REGS_H) $(RECOG_H) hard-reg-set.h flags.h insn-config.h insn-attr.h \ - insn-flags.h insn-codes.h real.h toplev.h output.h resource.h basic-block.h + insn-flags.h insn-codes.h real.h toplev.h output.h resource.h reg-stack.o : reg-stack.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) recog.h \ $(REGS_H) hard-reg-set.h flags.h insn-config.h insn-flags.h toplev.h \ varray.h function.h @@ -1876,8 +1876,8 @@ $(HOST_PREFIX_1)rtl.o: $(srcdir)/rtl.c $(CONFIG_H) system.h $(RTL_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) system.h \ - $(RTL_H) bitmap.h basic-block.h +$(HOST_PREFIX_1)print-rtl.o: $(srcdir)/print-rtl.c $(CONFIG_H) \ + $(RTL_H) $(BASIC_BLOCK_H) system.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