readelf: Make version section index sum unsigned
authorMaciej W. Rozycki <macro@imgtec.com>
Thu, 23 Feb 2017 18:16:55 +0000 (18:16 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Fri, 24 Feb 2017 13:49:11 +0000 (13:49 +0000)
commit5235cd686141bb5adb57dbbf302a168e9693672b
treee7e7995321577fd0761c98d0528752208c397891
parentc9f02c3e29498fd9ecb1a9719c317c305fe509ae
readelf: Make version section index sum unsigned

Make `isum' unsigned like data it is calculated from.

binutils/
* readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
`isum' unsigned.
<SHT_GNU_verneed>: Likewise.
binutils/ChangeLog
binutils/readelf.c