commit | d22cb04967a2396514abf28cc43e70c037ee9cf2 | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mjw@redhat.com> | Wed Dec 30 14:39:18 2015 +0100 |
committer | Mark Wielaard <mjw@redhat.com> | Wed Jan 06 14:27:10 2016 +0100 |
tree | 832a0e99120271742752733a7ed199b447418c18 | |
parent | c495d754f33bd2ce3eeaaed936d8f045fbf53f30 [diff] |
libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data. This makes usage of the libdwfl symbol functions work out of the box even when some sections (string, symbol or xndx) are compressed. For ET_REL files this makes relocations just work by making sure the target section is decompressed first before relocations are applied. Signed-off-by: Mark Wielaard <mjw@redhat.com>