mirror of git://gcc.gnu.org/git/gcc.git
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
|
@ -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>
|
2012-03-13 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR target/52569
|
PR target/52569
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue