diff options
author | Tom Tromey <tromey@redhat.com> | 2012-10-19 15:51:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-10-19 15:51:53 +0000 |
commit | 06c2e2c12cb88e092a8f82f20d0b8fa6407759d1 (patch) | |
tree | 352a71acb4c9090721d631ba8dc73cf19737237c /bfd/ChangeLog | |
parent | 99c7d5a8233b80280c513788c0de7f26c8f8d6ec (diff) | |
download | gdb-06c2e2c12cb88e092a8f82f20d0b8fa6407759d1.zip gdb-06c2e2c12cb88e092a8f82f20d0b8fa6407759d1.tar.gz gdb-06c2e2c12cb88e092a8f82f20d0b8fa6407759d1.tar.bz2 |
* compress.c (bfd_get_full_section_contents): Don't cache
decompressed contents.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5c7e869..ab216bd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-10-19 Tom Tromey <tromey@redhat.com> + + * compress.c (bfd_get_full_section_contents): Don't cache + decompressed contents. + 2012-10-18 Kai Tietz <ktietz@redhat.com> PR binutils/14067 |