12018-10-21 Mark Wielaard <mark@klomp.org> 2 3 * libdwelf.h (dwelf_elf_begin): Add function declaration. 4 * dwelf_elf_begin.c: New file. 5 * Makefile.am (libdwelf_a_SOURCES): Add dwelf_elf_begin.c. 6 72018-10-18 Mark Wielaard <mark@klomp.org> 8 9 * dwelf_elf_gnu_build_id.c (find_elf_build_id): Check p_align to 10 set ELF type. 11 122016-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> 13 14 * dwelf_strtab.c: Remove sys/param.h include. 15 (MIN): Remove definition. 16 172016-07-08 Mark Wielaard <mjw@redhat.com> 18 19 * Makefile.am (libdwelf_a_SOURCES): Add dwelf_strtab.c. 20 * dwelf_strtab.c: New file. 21 * libdwelf.h (Dwelf_Strtab): New typedef. 22 (Dwelf_Strent): Likewise. 23 (dwelf_strtab_init): New function. 24 (dwelf_strtab_add): Likewise. 25 (dwelf_strtab_add_len): Likewise. 26 (dwelf_strtab_finalize): Likewise. 27 (dwelf_strent_off): Likewise. 28 (dwelf_strent_str): Likewise. 29 (dwelf_strtab_free): Likewise. 30 312015-10-28 Mark Wielaard <mjw@redhat.com> 32 33 * Makefile.am (libdwelf_a_SOURCES): Add 34 dwelf_scn_gnu_compressed_size.c. 35 * dwelf_scn_gnu_compressed_size.c: Likewise. 36 * libdwelf.h (dwelf_scn_gnu_compressed_size): New declaration. 37 382015-10-14 Chih-Hung Hsieh <chh@google.com> 39 40 * dwelf_elf_gnu_build_id.c (find_elf_build_id): Move nested function 41 'check_notes' to file scope. 42 432014-11-14 Mark Wielaard <mjw@redhat.com> 44 45 * dwelf_elf_gnu_debuglink.c (dwelf_elf_gnu_debuglink): Check d_buf 46 is not NULL. 47 482014-04-30 Mark Wielaard <mjw@redhat.com> 49 50 * Makefile.am (AM_CPPFLAGS): Add libdwfl and libebl include dirs. 51 (libdwelf_a_SOURCES): Add dwelf_elf_gnu_build_id.c 52 * dwelf_elf_gnu_build_id.c: New file. Moved libdwfl function 53 __libdwfl_find_elf_build_id here. 54 * libdwelf.h (dwelf_elf_gnu_build_id): Declare new function. 55 * libdwelfP.h (dwelf_elf_gnu_build_id): Add internal declaration. 56 572014-04-24 Florian Weimer <fweimer@redhat.com> 58 59 * dwelf_dwarf_gnu_debugaltlink.c: New file. 60 * Makefile.am (libdwelf_a_SOURCES): Add it. 61 * libdwelf.h (dwelf_dwarf_gnu_debugaltlink): Declare new function. 62 * libdwelfP.h (dwelf_dwarf_gnu_debugaltlink): Add internal 63 declaration. 64 652014-04-11 Mark Wielaard <mjw@redhat.com> 66 67 * Makefile.am: New file. 68 * libdwelf.h: Likewise. 69 * libdwelfP.h: Likewise. 70 * dwelf_elf_gnu_debuglink.c: Likewise. 71