Re: [PATCH] libdwfl: Allow partial relocations also for debug files.

2018-05-29 Thread Mark Wielaard
On Sun, 2018-05-27 at 14:13 +0200, Mark Wielaard wrote: > __libdwfl_relocate is called for get_dwarf and get_elf. We allow not all > relocations to be resolved for Elf files, but required all relocations > (in the debug sections) to be fully resoled in Dwarf files. This used to > mostly work out wi

[PATCH] libdwfl: Allow partial relocations also for debug files.

2018-05-27 Thread Mark Wielaard
__libdwfl_relocate is called for get_dwarf and get_elf. We allow not all relocations to be resolved for Elf files, but required all relocations (in the debug sections) to be fully resoled in Dwarf files. This used to mostly work out with .o ET_REL files when the main Elf was gotten before the Dwarf