An off-by-one error in the code to catch bogus vn_next fields meant that
authorNick Clifton <nickc@redhat.com>
Thu, 20 Mar 2014 13:15:12 +0000 (13:15 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 20 Mar 2014 13:15:12 +0000 (13:15 +0000)
commitbcf83b2a66f0d968b51af8357f1543523ef83470
treeb0c7bf976d4b3438c28761dd87c1fabaf55d2762
parent97323ad11305610185a0265392cabcd37510f50e
An off-by-one error in the code to catch bogus vn_next fields meant that
linker testsuite failures were showing up for the cris target.  Fixed by
this patch.

* readelf.c (process_version_sections): Fix off-by-one error in
previous delta.
binutils/ChangeLog
binutils/readelf.c