summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-10-21 01:30:44 +0200
committerMark Wielaard <mjw@redhat.com>2015-10-27 20:53:35 +0100
commitfbd1d4c5ba44997e3a13f4022b660c4f055f5378 (patch)
tree182d95d9a0c1a833b1930379003f11cf7d2b6837 /tests/ChangeLog
parentf157480e418b8476871afc7c2e7ba1ad7f01330f (diff)
downloadelfutils-mjw/compress.tar.gz
readelf: Extend -z to dumping hex and string sections (-x and -p).mjw/compress
-z, --decompress Show compression information for compressed sections (when used with -S); decompress section before dumping data (when used with -p or -x) Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 6a7e4959..d5ef82a0 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,10 @@
+2015-10-20 Mark Wielaard <mjw@redhat.com>
+
+ * run-readelf-zx.sh: New test.
+ * run-readelf-zp.sh: Likewise.
+ * Makefile.am (TESTS): Add run-readelf-zx.sh and run-readelf-zp.sh.
+ (EXTRA_DIST): Likewise.
+
2015-10-21 Mark Wielaard <mjw@redhat.com>
* Makefile.am (check_PROGRAMS): Add elfgetzdata and elfputzdata.