libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.
authorMark Wielaard <mjw@redhat.com>
Fri, 11 Apr 2014 21:52:47 +0000 (23:52 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 24 Apr 2014 11:18:33 +0000 (13:18 +0200)
commit9380297e130e6ccc829c8d56d701fb539b27bb0f
tree513f7a6290702f605443e4121d0dfc70172a1836
parent7c680a24bcc1757c2b01152dd52fdbd55e7846bb
libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.

New public header elfutils/libdwelf.h for low-level DWARF/ELF helper
functions.  The new function dwelf_elf_gnu_debuglink returns the name and
crc as found in the .gnu_debuglink section of an ELF file.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
22 files changed:
ChangeLog
Makefile.am
NEWS
configure.ac
libdw/ChangeLog
libdw/Makefile.am
libdw/libdw.map
libdwelf/ChangeLog [new file with mode: 0644]
libdwelf/Makefile.am [new file with mode: 0644]
libdwelf/dwelf_elf_gnu_debuglink.c [new file with mode: 0644]
libdwelf/libdwelf.h [new file with mode: 0644]
libdwelf/libdwelfP.h [new file with mode: 0644]
libdwfl/ChangeLog
libdwfl/Makefile.am
libdwfl/dwfl_module_getdwarf.c
libdwfl/libdwflP.h
src/ChangeLog
src/Makefile.am
tests/ChangeLog
tests/Makefile.am
tests/debuglink.c [new file with mode: 0644]
tests/run-debuglink.sh [new file with mode: 0755]