aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-02-01 15:44:30 +0000
committerNick Clifton <nickc@redhat.com>2012-02-01 15:44:30 +0000
commit8b971f9fe98d53e92ad7ca36a55c207eda5782aa (patch)
tree460e4f04ea01a8660fd52f9d02ba5192990cbc57 /binutils/ChangeLog
parentbc884eba6a28fe7bf907df58f10ccb13989d6c5a (diff)
downloadgdb-8b971f9fe98d53e92ad7ca36a55c207eda5782aa.zip
gdb-8b971f9fe98d53e92ad7ca36a55c207eda5782aa.tar.gz
gdb-8b971f9fe98d53e92ad7ca36a55c207eda5782aa.tar.bz2
PR binutils/13482
* readelf.c (process_corefile_note_segment): Fix off-by-one errors verifying the contents of a note. * binutils-all/version.s: New test source file. * binutils-all/readelf.n: New file: expected readelf output. * binutils-all/readelf.exp: Add test of .note section contents.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 304da83..87367ca 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-01 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/13482
+ * readelf.c (process_corefile_note_segment): Fix off-by-one errors
+ verifying the contents of a note.
+
2012-01-26 Nick Clifton <nickc@redhat.com>
PR binutils/13622