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-26 16:06:51 +0100
commita652df9957a83e55a487da8b24c53bdc47edb68c (patch)
treedea3ddc0d345cb6ec800d02c607934809b3005fe /tests/ChangeLog
parent58e68094aaf4aa8c46a68a565a7b8448c95db535 (diff)
readelf: Extend -z to dumping hex and string sections (-x and -p).
-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 149baf1b..b0613649 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.