]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdw: Use elf_rawdata when checking .debug section
authorMark Wielaard <mark@klomp.org>
Mon, 20 Feb 2023 15:42:56 +0000 (16:42 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 23 Feb 2023 10:17:11 +0000 (11:17 +0100)
commit9548a7f06e4bcfc640e8d470444c1cdbea5a6f73
tree86f4401037a2f98b8c26f3ce28b5ace3123f6da0
parent924bee3c416b50bfdfdb53a3058eac1d7d859ef0
libdw: Use elf_rawdata when checking .debug section

.debug sections are raw bytes and don't need conversion even when host
and file have different endian order.

Signed-off-by: Mark Wielaard <mark@klomp.org>
libdw/ChangeLog
libdw/dwarf_begin_elf.c