mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-01 06:41:51 -04:00
2f8e4d3383
Signed-off-by: Mark Wielaard <mjw@redhat.com>
29 lines
964 B
Plaintext
29 lines
964 B
Plaintext
2014-11-14 Mark Wielaard <mjw@redhat.com>
|
|
|
|
* dwelf_elf_gnu_debuglink.c (dwelf_elf_gnu_debuglink): Check d_buf
|
|
is not NULL.
|
|
|
|
2014-04-30 Mark Wielaard <mjw@redhat.com>
|
|
|
|
* Makefile.am (AM_CPPFLAGS): Add libdwfl and libebl include dirs.
|
|
(libdwelf_a_SOURCES): Add dwelf_elf_gnu_build_id.c
|
|
* dwelf_elf_gnu_build_id.c: New file. Moved libdwfl function
|
|
__libdwfl_find_elf_build_id here.
|
|
* libdwelf.h (dwelf_elf_gnu_build_id): Declare new function.
|
|
* libdwelfP.h (dwelf_elf_gnu_build_id): Add internal declaration.
|
|
|
|
2014-04-24 Florian Weimer <fweimer@redhat.com>
|
|
|
|
* dwelf_dwarf_gnu_debugaltlink.c: New file.
|
|
* Makefile.am (libdwelf_a_SOURCES): Add it.
|
|
* libdwelf.h (dwelf_dwarf_gnu_debugaltlink): Declare new function.
|
|
* libdwelfP.h (dwelf_dwarf_gnu_debugaltlink): Add internal
|
|
declaration.
|
|
|
|
2014-04-11 Mark Wielaard <mjw@redhat.com>
|
|
|
|
* Makefile.am: New file.
|
|
* libdwelf.h: Likewise.
|
|
* libdwelfP.h: Likewise.
|
|
* dwelf_elf_gnu_debuglink.c: Likewise.
|