From 0691c3ca1faffb9bb822bf11c3513c18bb98d87b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 22 Jul 1999 00:20:30 +0000 Subject: [PATCH] 1999-07-21 H.J. Lu * binutils-all/testprog.c: Include . --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/testprog.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 2e9f2ea5fe..48317535f0 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-07-21 H.J. Lu + + * binutils-all/testprog.c: Include . + 1999-06-29 Nick Clifton * binutils-all/objdump.exp: Add fr30 and MCore to expected cpus diff --git a/binutils/testsuite/binutils-all/testprog.c b/binutils/testsuite/binutils-all/testprog.c index 210656b448..c2b1856ded 100644 --- a/binutils/testsuite/binutils-all/testprog.c +++ b/binutils/testsuite/binutils-all/testprog.c @@ -1,5 +1,7 @@ /* This program is used to test objcopy and strip. */ +#include + int common; int global = 1; static int local = 2;