summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2015-10-21 01:30:44 +0200
committerMark Wielaard <[email protected]>2015-11-02 16:45:16 +0100
commit3f636e08cf56016ec6e6f91cb86c083628412e16 (patch)
treee4beba09edf3bb44e7d494f312b109ce26778cc4 /tests/ChangeLog
parent1362745282b44aac8d9b1a4fd7cc250d1b797cc5 (diff)
readelf: Extend -z to dumping hex and string sections (-x and -p).upstream/mjw/compress2
-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 <[email protected]>
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 84fba1a1..a4304f8f 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,10 @@
+2015-10-20 Mark Wielaard <[email protected]>
+
+ * 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 <[email protected]>
* Makefile.am (check_PROGRAMS): Add elfgetzdata and elfputzdata.