]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdw: Allow .debug_frame only Dwarf.
authorMark Wielaard <mark@klomp.org>
Wed, 27 Jun 2018 12:41:22 +0000 (14:41 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 29 Jun 2018 10:12:21 +0000 (12:12 +0200)
commitc7a83bf05734e2c20d621678d0f3214475404c55
tree0e1c9b894bf8872a6c69dd6b25a88fbfc7a53a3f
parent67a0b8c971ce84874450bf2a7ac98c081402b718
libdw: Allow .debug_frame only Dwarf.

.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 <mark@klomp.org>
12 files changed:
libdw/ChangeLog
libdw/dwarf_begin_elf.c
tests/ChangeLog
tests/Makefile.am
tests/dwarfcfi.c [new file with mode: 0644]
tests/run-dwarfcfi.sh [new file with mode: 0755]
tests/testfile11-debugframe.bz2 [new file with mode: 0644]
tests/testfile12-debugframe.bz2 [new file with mode: 0644]
tests/testfileaarch64-debugframe.bz2 [new file with mode: 0755]
tests/testfilearm-debugframe.bz2 [new file with mode: 0755]
tests/testfileppc32-debugframe.bz2 [new file with mode: 0755]
tests/testfileppc64-debugframe.bz2 [new file with mode: 0755]