diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-03-06 18:37:07 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-03-06 18:37:07 +0000 |
commit | 4281caadcf4f83c91cb8fe635d9fff5afce184ab (patch) | |
tree | 868a531fc13a98df78b74d7fcdd80d2114302a00 /bfd/ChangeLog | |
parent | 176720017d3856e1c309a7633a7d62a273c7d436 (diff) | |
download | gdb-4281caadcf4f83c91cb8fe635d9fff5afce184ab.zip gdb-4281caadcf4f83c91cb8fe635d9fff5afce184ab.tar.gz gdb-4281caadcf4f83c91cb8fe635d9fff5afce184ab.tar.bz2 |
2011-03-05 Michael Snyder <msnyder@vmware.com>
* compress.c (bfd_compress_section_contents): Check for out of mem.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 63cd5f3..31613e8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2011-03-06 Michael Snyder <msnyder@vmware.com> + * compress.c (bfd_compress_section_contents): Check for out of mem. + * elf64-x86-64.c (elf_x86_64_relocate_section): Document that case statement falls through intentionally. |