diff options
author | Nick Clifton <nickc@redhat.com> | 2020-01-13 17:28:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-01-13 17:28:41 +0000 |
commit | c87c17c1c29078d221756e5dc373e09e03ca6755 (patch) | |
tree | c5b15fcc7b97e8b81f7b9851c340a1114c2d8ec5 /binutils/ChangeLog | |
parent | e0037b4cc727274248aebc11543f2ea3a711dacb (diff) | |
download | gdb-c87c17c1c29078d221756e5dc373e09e03ca6755.zip gdb-c87c17c1c29078d221756e5dc373e09e03ca6755.tar.gz gdb-c87c17c1c29078d221756e5dc373e09e03ca6755.tar.bz2 |
Moev declaration of loop variable outside of the loop.
* objdump.c (disassemble_bytes): Remove C99-ism.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8634435..3737672 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,6 @@ 2020-01-13 Nick Clifton <nickc@redhat.com> + * objdump.c (disassemble_bytes): Remove C99-ism. * testsuite/binutils-all/debuginfod.exp: New tests. 2020-01-13 Thomas Troeger <tstroege@gmx.de> |