aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-10-19 15:51:53 +0000
committerTom Tromey <tromey@redhat.com>2012-10-19 15:51:53 +0000
commit06c2e2c12cb88e092a8f82f20d0b8fa6407759d1 (patch)
tree352a71acb4c9090721d631ba8dc73cf19737237c /bfd/ChangeLog
parent99c7d5a8233b80280c513788c0de7f26c8f8d6ec (diff)
downloadgdb-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/ChangeLog5
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