libgcov.c: Remove stdio.h include and NULL un-define.
authorRichard Guenther <rguenther@suse.de>
Tue, 13 Mar 2012 10:18:38 +0000 (10:18 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 13 Mar 2012 10:18:38 +0000 (10:18 +0000)
2012-03-13  Richard Guenther  <rguenther@suse.de>

* libgcov.c: Remove stdio.h include and NULL un-define.

From-SVN: r185324

libgcc/ChangeLog
libgcc/libgcov.c

index de9eebe9671e0a9d8f0087d04f4a6de5180d519d..420e30fb8648f4a47fc7ea8a593bc53b695ff1cd 100644 (file)
@@ -1,3 +1,7 @@
+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
index fd04fb1a436bc0872cf4d8d6a53baebe173c10f6..1603912de2fe3c16d29b968fbf4284274f8c83f2 100644 (file)
@@ -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 <stdio.h>
 #define IN_LIBGCOV 1
 #if defined(L_gcov)
 #define GCOV_LINKAGE /* nothing */