From 7d55c1d61edfef2323f5d4675f0367ffb411c3cb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 8 Aug 2019 10:24:08 +0100 Subject: Fix problem building PE DLL test generator with compilers that do not support c99/c11. * testsuite/gentestdlls.c (main): Move declaration of loop variable outside of the for() statement. --- binutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0498a0c3595..e80e8c73503 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-08-08 Nick Clifton + + * testsuite/gentestdlls.c (main): Move declaration of loop + variable outside of the for() statement. + 2019-08-08 Jordan Rupprecht * readelf.c (process_note): Mask unknown description data bytes. -- cgit v1.2.1