Undeclared variable in langhooks.c

Diego Novillo dnovillo@redhat.com
Fri Feb 22 03:52:00 GMT 2002


On Fri, 22 Feb 2002, Aldy Hernandez wrote:

> your patch is obviously correct.  please commit.  thanks.
> 
Argh.  I had forgotten to update the dependencies for
langhooks.o.  I've also committed this:


	* Makefile.in (langhooks.o): Update dependencies.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.829
diff -d -p -d -u -p -r1.829 Makefile.in
--- Makefile.in 2002/02/09 02:18:10     1.829
+++ Makefile.in 2002/02/22 04:41:08
@@ -1323,7 +1323,8 @@ prefix.o: prefix.c $(CONFIG_H) $(SYSTEM_
 convert.o: convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h convert.h toplev.h

 langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) toplev.h \
-   tree-inline.h $(RTL_H) insn-config.h integrate.h langhooks.h langhooks-def.h+   tree-inline.h $(RTL_H) insn-config.h integrate.h langhooks.h \
+   langhooks-def.h flags.h
 tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h function.h toplev.h \    $(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H) langhooks.h
 tree-dump.o: tree-dump.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_TREE_H) \



More information about the Gcc-patches mailing list