]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdw: Use elf_compress[_gnu] to uncompress debug section data.
authorMark Wielaard <mjw@redhat.com>
Wed, 30 Dec 2015 13:18:40 +0000 (14:18 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 6 Jan 2016 13:27:10 +0000 (14:27 +0100)
commitc495d754f33bd2ce3eeaaed936d8f045fbf53f30
treea64b525f34ef7084911caafa4fabade4d60897ed
parent272018bba1f253bae00b5ba280ad0e0f18c04006
libdw: Use elf_compress[_gnu] to uncompress debug section data.

libdw used its own code for decompressing GNU style .zdebug sections.
Using elf_compress and elf_compress_gnu instead makes it possible to
transparently use either GNU style or ELF style compressed data.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdw/ChangeLog
libdw/dwarf_begin_elf.c
libdw/dwarf_end.c
libdw/libdwP.h