Re: [PATCH] libdw: Allow .debug_frame only Dwarf.

2018-06-29 Thread Mark Wielaard
On Wed, Jun 27, 2018 at 03:00:08PM +0200, Mark Wielaard wrote: > .debug_frame is useful independent from the other .debug sections. > > Add a simplified variant of the addrcfi testcase dwarfcfi. > dwarfcfi only uses dwarf_frame calls and no dwfl helpers. Pushed to master.

[PATCH] libdw: Allow .debug_frame only Dwarf.

2018-06-27 Thread Mark Wielaard
.debug_frame is useful independent from the other .debug sections. Add a simplified variant of the addrcfi testcase dwarfcfi. dwarfcfi only uses dwarf_frame calls and no dwfl helpers. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 5 + libdw/dwarf_begin_elf.c