1999-07-21 H.J. Lu <hjl@gnu.org>

* binutils-all/testprog.c: Include <stdio.h>.
This commit is contained in:
Ian Lance Taylor 1999-07-22 00:20:30 +00:00
parent 2841ecd078
commit 0691c3ca1f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-07-21 H.J. Lu <hjl@gnu.org>
* binutils-all/testprog.c: Include <stdio.h>.
1999-06-29 Nick Clifton <nickc@cygnus.com>
* binutils-all/objdump.exp: Add fr30 and MCore to expected cpus

View File

@ -1,5 +1,7 @@
/* This program is used to test objcopy and strip. */
#include <stdio.h>
int common;
int global = 1;
static int local = 2;