diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60c4c9d45a2..757f9d031c3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,11 @@ 2009-05-31 Ian Lance Taylor - * Makefile.in (except.o): Depent upon gt-except.h, not + * regstat.c (regstat_n_sets_and_refs): Remove duplicate + definition. + +2009-05-31 Ian Lance Taylor + + * Makefile.in (except.o): Depend upon gt-except.h, not gt-$(EXCEPT_H). (ipa-cp.o): Depend upon $(FIBHEAP_H) and $(PARAMS_H). (ipa-reference.o): Depend upon gt-ipa-reference.h. diff --git a/gcc/regstat.c b/gcc/regstat.c index 383201e4b57..097d0fa8ea8 100644 --- a/gcc/regstat.c +++ b/gcc/regstat.c @@ -1,5 +1,5 @@ /* Scanning of rtl for dataflow analysis. - Copyright (C) 2007, 2008 + Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Kenneth Zadeck (zadeck@naturalbridge.com). @@ -36,7 +36,6 @@ along with GCC; see the file COPYING3. If not see #include "df.h" -struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs; struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs; /*----------------------------------------------------------------------------