diff options
author | Nick Clifton <nickc@redhat.com> | 2017-07-25 09:39:13 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-25 09:39:13 +0100 |
commit | ec06425629516e11f3106d51fa85f49da147765f (patch) | |
tree | 7a233cfd8c9bb9338396ce0365c268e4aa2b5c6f | |
parent | c6b78c965a96fb152fbd58926edccb5dee2707a5 (diff) | |
download | gdb-ec06425629516e11f3106d51fa85f49da147765f.zip gdb-ec06425629516e11f3106d51fa85f49da147765f.tar.gz gdb-ec06425629516e11f3106d51fa85f49da147765f.tar.bz2 |
oops - add changelog entry accidentally omitted from previous delta.
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 920e938..f450a33 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2017-07-25 Nick Clifton <nickc@redhat.com> + + PR 21820 + * readelf.c (dump_section_as_strings): Do not fail if the section + was empty. + (dump_section_as_bytes): Likewise. + 2017-07-24 Nick Clifton <nickc@redhat.com> PR 21813 |