This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A prototype patch for c-iterate.c


> 
> I've installed your patch and fixed the dependencies.
> 

Please apply this patch since expr.h includes insn-codes.h.


-- 
H.J. Lu (hjl@gnu.org)
---
Index: Makefile.in
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/Makefile.in,v
retrieving revision 1.1.1.56
diff -u -r1.1.1.56 Makefile.in
--- Makefile.in	1998/06/20 15:20:40	1.1.1.56
+++ Makefile.in	1998/06/20 15:36:21
@@ -1272,7 +1274,7 @@
 c-pragma.o: c-pragma.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) except.h \
     function.h defaults.h c-pragma.h toplev.h
 c-iterate.o: c-iterate.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-tree.h \
-    flags.h toplev.h expr.h
+    flags.h toplev.h expr.h insn-codes.h
 
 collect2$(exeext): collect2.o tlink.o hash.o cplus-dem.o underscore.o \
 	version.o choose-temp.o $(LIBDEPS)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]