OSDN Git Service

* Makefile.in (gimplify.o): Add cgraph.h.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jun 2004 03:18:15 +0000 (03:18 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jun 2004 03:18:15 +0000 (03:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83475 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 8829c32..cdaded1 100644 (file)
@@ -1,5 +1,6 @@
 2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
+       * Makefile.in (gimplify.o): Add cgraph.h.
        * alias.c (adjust_offset_for_component_ref): Use
        component_ref_field_offset.
        * c-decl.c (build_array_declarator): Add news args for ARRAY_REF.
index 020f4bc..7472fc5 100644 (file)
@@ -1686,8 +1686,9 @@ c-gimplify.o : c-gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h \
    $(TM_H) coretypes.h $(C_PRETTY_PRINT_H) cgraph.h
 gimplify.o : gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h \
    diagnostic.h $(TREE_GIMPLE_H) tree-inline.h varray.h langhooks.h \
-   langhooks-def.h $(TREE_FLOW_H) $(TIMEVAR_H) $(TM_H) coretypes.h except.h \
-   $(FLAGS_H) $(RTL_H) function.h $(EXPR_H) output.h $(GGC_H) gt-gimplify.h
+   langhooks-def.h $(TREE_FLOW_H) cgraph.h $(TIMEVAR_H) $(TM_H) coretypes.h \
+   except.h $(FLAGS_H) $(RTL_H) function.h $(EXPR_H) output.h $(GGC_H) \
+   gt-gimplify.h
 gimple-low.o : gimple-low.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h \
    diagnostic.h $(TREE_GIMPLE_H) tree-inline.h varray.h langhooks.h \
    langhooks-def.h $(TREE_FLOW_H) $(TIMEVAR_H) $(TM_H) coretypes.h except.h \