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
This commit is contained in:
parent
d82c57a8c3
commit
5bef73a14e
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue