diff options
author | Nick Clifton <nickc@redhat.com> | 2015-05-15 17:16:31 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-05-15 17:16:31 +0100 |
commit | 0e602686df5677fee06cbd1718b4a7aa5379cd2a (patch) | |
tree | 728d4833b4bb267e64d627bd7982fcddee260ab5 /binutils/testsuite/ChangeLog | |
parent | 4e63d0ac896b6036edd8e2c09a4dac7aa16a46d1 (diff) | |
download | gdb-0e602686df5677fee06cbd1718b4a7aa5379cd2a.zip gdb-0e602686df5677fee06cbd1718b4a7aa5379cd2a.tar.gz gdb-0e602686df5677fee06cbd1718b4a7aa5379cd2a.tar.bz2 |
Add --decompress option to readelf to decompress sections before they are dumped.
bin * readelf.c (options): Add "decompress".
(usage): Mention -z/--decompress.
(parse_args): Handle -z.
(uncompress_section_contents): Move to earlier in the file.
(dump_section_as_strings): If requested, decompress the section
before dumping.
(dump_section_as_bytes): Likewise.
* doc/binutils.texi: Document the new option.
tests * binutils-all/z.s: New test. Checks the --decompress option to
readelf.
* binutils-all/readelf.exp: Run the test.
* binutils-all/readelf.z: Expected output from readelf.
Diffstat (limited to 'binutils/testsuite/ChangeLog')
-rw-r--r-- | binutils/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index ad8d8ad..99801e2 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2015-05-15 Nick Clifton <nickc@redhat.com> + + * binutils-all/z.s: New test. Checks the --decompress option to + readelf. + * binutils-all/readelf.exp: Run the test. + * binutils-all/readelf.z: Expected output from readelf. + 2015-05-14 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/compress.exp: Replace "$OBJDUMP -s -j .debug_info" |