1999-07-21 H.J. Lu <hjl@gnu.org>
authorIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1999 00:20:30 +0000 (00:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1999 00:20:30 +0000 (00:20 +0000)
* binutils-all/testprog.c: Include <stdio.h>.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/testprog.c

index 2e9f2ea5fe92e5db9d781decb50aea2add00406d..48317535f074b36ae5516be1a0a32d76d1f7c334 100644 (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
index 210656b44877c2b7fa408a978ff25d78fd1622a5..c2b1856dedd038152490081bfadc129d44c0a054 100644 (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;
This page took 0.026447 seconds and 4 git commands to generate.