diff options
author | Nick Clifton <nickc@redhat.com> | 2011-12-14 11:50:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-12-14 11:50:13 +0000 |
commit | 4d48ecf313d597450f4540e6d1eeb0ac4c56866c (patch) | |
tree | 16a54f7169d4222be7723ccf91a458df89798dd8 /bfd/ChangeLog | |
parent | a455111938d5abb9ed13004b040e831f836fdc23 (diff) | |
download | gdb-4d48ecf313d597450f4540e6d1eeb0ac4c56866c.zip gdb-4d48ecf313d597450f4540e6d1eeb0ac4c56866c.tar.gz gdb-4d48ecf313d597450f4540e6d1eeb0ac4c56866c.tar.bz2 |
PR ld/12451
* elfcode.h (elf_checksum_contents): Read in the section's
contents if they are not already available.
* compress.c (bfd_get_full_section_contents): Use zmalloc to
allocate the buffers so that excess bytes are guaranteed to be
zero.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 164f231..96ab879 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2011-12-14 Nick Clifton <nickc@redhat.com> + + PR ld/12451 + * elfcode.h (elf_checksum_contents): Read in the section's + contents if they are not already available. + * compress.c (bfd_get_full_section_contents): Use zmalloc to + allocate the buffers so that excess bytes are guaranteed to be + zero. + 2011-12-14 Iain Sandoe <iains@gcc.gnu.org> * mach-o-i386.c (text_section_names_xlat): New table. |