2012-03-13 Richard Guenther <rguenther@suse.de>
* libgcov.c: Remove stdio.h include and NULL un-define.
From-SVN: r185324
+2012-03-13 Richard Guenther <rguenther@suse.de>
+
+ * libgcov.c: Remove stdio.h include and NULL un-define.
+
2012-03-13 Richard Guenther <rguenther@suse.de>
PR target/52569
#if defined(inhibit_libc)
#define IN_LIBGCOV (-1)
#else
-#undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */
-#include <stdio.h>
#define IN_LIBGCOV 1
#if defined(L_gcov)
#define GCOV_LINKAGE /* nothing */