diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index de9eebe9671e..420e30fb8648 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2012-03-13 Richard Guenther + + * libgcov.c: Remove stdio.h include and NULL un-define. + 2012-03-13 Richard Guenther PR target/52569 diff --git a/libgcc/libgcov.c b/libgcc/libgcov.c index fd04fb1a436b..1603912de2fe 100644 --- a/libgcc/libgcov.c +++ b/libgcc/libgcov.c @@ -35,8 +35,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined(inhibit_libc) #define IN_LIBGCOV (-1) #else -#undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */ -#include #define IN_LIBGCOV 1 #if defined(L_gcov) #define GCOV_LINKAGE /* nothing */