aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-11-24 23:19:05 +0000
committerJeff Law <law@gcc.gnu.org>1998-11-24 16:19:05 -0700
commit0c3a267b5c18ff0c99411267144617bd93016c46 (patch)
treeb60205ee768d7412358e60baec4f5d0b89d382e3 /gcc
parent940da3246db50a1c1fde531ba1457e6bef61b3f9 (diff)
downloadgcc-0c3a267b5c18ff0c99411267144617bd93016c46.zip
gcc-0c3a267b5c18ff0c99411267144617bd93016c46.tar.gz
gcc-0c3a267b5c18ff0c99411267144617bd93016c46.tar.bz2
* Makefile.in (graph.o): Depend on $(RTL_H), not rtl.h.
From-SVN: r23838
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 389fbd6..d40662a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
Wed Nov 25 00:07:11 1998 Jeffrey A Law (law@cygnus.com)
+ * Makefile.in (graph.o): Depend on $(RTL_H), not rtl.h.
+
* cse.c (fold_rtx): Make autoincrement addressing mode tests be
runtime selectable.
* expr.c (move_by_pieces): Similarly.
@@ -13,7 +15,8 @@ Wed Nov 25 00:07:11 1998 Jeffrey A Law (law@cygnus.com)
* rtl.h (HAVE_PRE_INCREMENT): Define if not already defined.
(HAVE_PRE_DECREMENT): Similarly.
(HAVE_POST_INCREMENT, HAVE_POST_DECREMENT): Similarly.
- sponding changes to all target header files.
+ * Corresponding changes to all target header files.
+ * tm.texi: Update docs for autoinc addressing modes.
Tue Nov 24 20:24:59 1998 Jim Wilson <wilson@cygnus.com>
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index bad2b17..d6a1a19 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1294,7 +1294,7 @@ c-pragma.o: c-pragma.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) except.h \
c-iterate.o: c-iterate.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-tree.h \
flags.h toplev.h $(EXPR_H)
mbchar.o: mbchar.c $(CONFIG_H) system.h mbchar.h
-graph.o: graph.c $(CONFIG_H) system.h toplev.h flags.h output.h rtl.h \
+graph.o: graph.c $(CONFIG_H) system.h toplev.h flags.h output.h $(RTL_H) \
hard-reg-set.h basic-block.h
collect2$(exeext): collect2.o tlink.o hash.o cplus-dem.o underscore.o \