diff options
author | Nick Clifton <nickc@redhat.com> | 2019-08-08 10:24:08 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-08-08 10:24:08 +0100 |
commit | 7d55c1d61edfef2323f5d4675f0367ffb411c3cb (patch) | |
tree | fa3d51ab0b06b19bd88523ff8d24d0653341ad59 /binutils/ChangeLog | |
parent | 178d871928b99112a39e0ca1284d6bbdde50ab6e (diff) | |
download | gdb-7d55c1d61edfef2323f5d4675f0367ffb411c3cb.zip gdb-7d55c1d61edfef2323f5d4675f0367ffb411c3cb.tar.gz gdb-7d55c1d61edfef2323f5d4675f0367ffb411c3cb.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0498a0c..e80e8c7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-08-08 Nick Clifton <nickc@redhat.com> + + * testsuite/gentestdlls.c (main): Move declaration of loop + variable outside of the for() statement. + 2019-08-08 Jordan Rupprecht <rupprecht@google.com> * readelf.c (process_note): Mask unknown description data bytes. |