Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | 2015-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> |
| 2 | |
| 3 | * dwelf_strtab.c: Remove sys/param.h include. |
| 4 | (MIN): Remove definition. |
| 5 | |
| 6 | 2016-07-08 Mark Wielaard <mjw@redhat.com> |
| 7 | |
| 8 | * Makefile.am (libdwelf_a_SOURCES): Add dwelf_strtab.c. |
| 9 | * dwelf_strtab.c: New file. |
| 10 | * libdwelf.h (Dwelf_Strtab): New typedef. |
| 11 | (Dwelf_Strent): Likewise. |
| 12 | (dwelf_strtab_init): New function. |
| 13 | (dwelf_strtab_add): Likewise. |
| 14 | (dwelf_strtab_add_len): Likewise. |
| 15 | (dwelf_strtab_finalize): Likewise. |
| 16 | (dwelf_strent_off): Likewise. |
| 17 | (dwelf_strent_str): Likewise. |
| 18 | (dwelf_strtab_free): Likewise. |
| 19 | |
| 20 | 2015-10-28 Mark Wielaard <mjw@redhat.com> |
| 21 | |
| 22 | * Makefile.am (libdwelf_a_SOURCES): Add |
| 23 | dwelf_scn_gnu_compressed_size.c. |
| 24 | * dwelf_scn_gnu_compressed_size.c: Likewise. |
| 25 | * libdwelf.h (dwelf_scn_gnu_compressed_size): New declaration. |
| 26 | |
| 27 | 2015-10-14 Chih-Hung Hsieh <chh@google.com> |
| 28 | |
| 29 | * dwelf_elf_gnu_build_id.c (find_elf_build_id): Move nested function |
| 30 | 'check_notes' to file scope. |
| 31 | |
| 32 | 2014-11-14 Mark Wielaard <mjw@redhat.com> |
| 33 | |
| 34 | * dwelf_elf_gnu_debuglink.c (dwelf_elf_gnu_debuglink): Check d_buf |
| 35 | is not NULL. |
| 36 | |
| 37 | 2014-04-30 Mark Wielaard <mjw@redhat.com> |
| 38 | |
| 39 | * Makefile.am (AM_CPPFLAGS): Add libdwfl and libebl include dirs. |
| 40 | (libdwelf_a_SOURCES): Add dwelf_elf_gnu_build_id.c |
| 41 | * dwelf_elf_gnu_build_id.c: New file. Moved libdwfl function |
| 42 | __libdwfl_find_elf_build_id here. |
| 43 | * libdwelf.h (dwelf_elf_gnu_build_id): Declare new function. |
| 44 | * libdwelfP.h (dwelf_elf_gnu_build_id): Add internal declaration. |
| 45 | |
| 46 | 2014-04-24 Florian Weimer <fweimer@redhat.com> |
| 47 | |
| 48 | * dwelf_dwarf_gnu_debugaltlink.c: New file. |
| 49 | * Makefile.am (libdwelf_a_SOURCES): Add it. |
| 50 | * libdwelf.h (dwelf_dwarf_gnu_debugaltlink): Declare new function. |
| 51 | * libdwelfP.h (dwelf_dwarf_gnu_debugaltlink): Add internal |
| 52 | declaration. |
| 53 | |
| 54 | 2014-04-11 Mark Wielaard <mjw@redhat.com> |
| 55 | |
| 56 | * Makefile.am: New file. |
| 57 | * libdwelf.h: Likewise. |
| 58 | * libdwelfP.h: Likewise. |
| 59 | * dwelf_elf_gnu_debuglink.c: Likewise. |