]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdwelf: Add dwelf_scn_gnu_compressed_size.
authorMark Wielaard <mjw@redhat.com>
Tue, 17 Nov 2015 22:52:39 +0000 (23:52 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 6 Jan 2016 13:27:10 +0000 (14:27 +0100)
commit0c32b6f086b9838fe4b7d93575068554d0c420f7
treec0537855b24cbc6f158161bf7a94778bc1ee1487
parent0aa60ac643cea053d03a2de2ed7757d907b5e7bb
libdwelf: Add dwelf_scn_gnu_compressed_size.

Helper function to get the size of a GNU compressed zdebug section.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
14 files changed:
libdw/ChangeLog
libdw/libdw.map
libdwelf/ChangeLog
libdwelf/Makefile.am
libdwelf/dwelf_scn_gnu_compressed_size.c [new file with mode: 0644]
libdwelf/libdwelf.h
tests/ChangeLog
tests/Makefile.am
tests/dwelfgnucompressed.c [new file with mode: 0644]
tests/run-dwelfgnucompressed.sh [new file with mode: 0755]
tests/testfile-zgnu32.bz2 [new file with mode: 0755]
tests/testfile-zgnu32be.bz2 [new file with mode: 0755]
tests/testfile-zgnu64.bz2 [new file with mode: 0755]
tests/testfile-zgnu64be.bz2 [new file with mode: 0755]