Commit 5bef73a1 by Richard Guenther Committed by Richard Biener

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

2012-03-13  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r185324
parent d82c57a8
2012-03-13 Richard Guenther <rguenther@suse.de> 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 PR target/52569
* unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again. * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
......
...@@ -35,8 +35,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -35,8 +35,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#if defined(inhibit_libc) #if defined(inhibit_libc)
#define IN_LIBGCOV (-1) #define IN_LIBGCOV (-1)
#else #else
#undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */
#include <stdio.h>
#define IN_LIBGCOV 1 #define IN_LIBGCOV 1
#if defined(L_gcov) #if defined(L_gcov)
#define GCOV_LINKAGE /* nothing */ #define GCOV_LINKAGE /* nothing */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment