diff options
| author | Mark Wielaard <[email protected]> | 2015-12-01 14:55:07 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-01-05 15:03:13 +0100 |
| commit | c9ce0de100980a998c54d852bb64e52b874198af (patch) | |
| tree | 62e25f6c4758f7535b6e46bbeab4a6b564a4b5ca /tests/ChangeLog | |
| parent | 923c75f42c956374f845edbefd04fcd9807c842b (diff) | |
elfcompress: New utility.upstream/mjw/compress4
Usage: elfcompress [OPTION...] FILE...
Compress or decompress sections in an ELF file.
-f, --force Force compression of section even if it would
become larger
-n, --name=SECTION SECTION name to (de)compress, SECTION is an
extended wildcard pattern (defaults to
'.?(z)debug*')
-o, --output=FILE Place (de)compressed output into FILE
-p, --permissive Relax a few rules to handle slightly broken ELF
files
-q, --quiet Be silent when a section cannot be compressed
-t, --type=TYPE What type of compression to apply. TYPE can be
'none' (decompress), 'zlib' (ELF ZLIB compression,
the default, 'zlib-gabi' is an alias) or
'zlib-gnu' (.zdebug GNU style compression, 'gnu'
is an alias)
-v, --verbose Print a message for each section being
(de)compressed
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 419610c4..3d912600 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2015-12-16 Mark Wielaard <[email protected]> + + * run-compress-test.sh: New test. + * Makefile.am (TESTS): Add run-compress-test.sh. + (EXTRA_DISTS): Likewise. + 2015-11-26 Mark Wielaard <[email protected]> * zstrptr.c: New file. |
