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]>2016-01-06 14:27:10 +0100
commitf5013e83d5c8fcd9309c8976c3f1167d28cd07aa (patch)
tree144480f1ea545a6721db2e05b77f2f8f92ca9ee1 /tests/ChangeLog
parentd22cb04967a2396514abf28cc43e70c037ee9cf2 (diff)
readelf: Handle compressed sections and extend -z to cover -x and -p.
When printing a (non-string, non-data) section use uncompressed data when possible. For dumping hex and string sections (-x and -p) -z will dump the uncompressed data (otherwise the compressed data is dumped). -z, --decompress Show compression information for compressed sections (when used with -S); decompress section before dumping data (when used with -p or -x) Includes test cases for ET_REL files using compressed relocation (target) debug sections to test libdwfl transparent uncompression of sections. 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 25407c22..85b263fd 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.