diff options
author | Nick Clifton <nickc@redhat.com> | 2014-03-20 13:15:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-20 13:15:12 +0000 |
commit | bcf83b2a66f0d968b51af8357f1543523ef83470 (patch) | |
tree | b0c7bf976d4b3438c28761dd87c1fabaf55d2762 /binutils/ChangeLog | |
parent | 97323ad11305610185a0265392cabcd37510f50e (diff) | |
download | gdb-bcf83b2a66f0d968b51af8357f1543523ef83470.zip gdb-bcf83b2a66f0d968b51af8357f1543523ef83470.tar.gz gdb-bcf83b2a66f0d968b51af8357f1543523ef83470.tar.bz2 |
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.
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 03a1e18..0f2707b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2014-03-20 Nick Clifton <nickc@redhat.com> + + * readelf.c (process_version_sections): Fix off-by-one error in + previous delta. + 2014-03-19 Nick Clifton <nickc@redhat.com> PR binutils/16723 |