summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5d017a1f1ec..ee2ddf0f54d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+2015-05-15 Nick Clifton <nickc@redhat.com>
+
+ * readelf.c (options): Add "decompress".
+ (usage): Mention -z/--decompress.
+ (parse_args): Handle -z.
+ (uncompress_section_contents): Move to earlier in the file.
+ (dump_section_as_strings): If requested, decompress the section
+ before dumping.
+ (dump_section_as_bytes): Likewise.
+ * doc/binutils.texi: Document the new option.
+
2015-05-14 Peter Bergner <bergner@vnet.ibm.com>
* MAINTAINERS: Add myself as PPC maintainer.