diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-11-04 23:40:22 +0000 |
---|---|---|
committer | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-11-04 23:45:26 +0000 |
commit | df97ab2af780b9588a7158c61b6fdd25577b1c68 (patch) | |
tree | a58f3873ec5afc544e646165e97f8207b333af5f /binutils/ChangeLog | |
parent | 0b58352d4301958fc1b88bbe014e9f5af09c7f3d (diff) | |
download | gdb-df97ab2af780b9588a7158c61b6fdd25577b1c68.zip gdb-df97ab2af780b9588a7158c61b6fdd25577b1c68.tar.gz gdb-df97ab2af780b9588a7158c61b6fdd25577b1c68.tar.bz2 |
Fix -Wshadow warning
binutils/
* readelf.c (process_mips_specific): Rename index to idx.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f3c7196..d071381 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2014-11-04 Matthew Fortune <matthew.fortune@imgtec.com> + + * readelf.c (process_mips_specific): Rename index to idx. + 2014-11-04 Nick Clifton <nickc@redhat.com> PR binutils/17531 |