Home | History | Annotate | Download | only in libdwelf
      1 2014-11-14  Mark Wielaard  <mjw (a] redhat.com>
      2 
      3 	* dwelf_elf_gnu_debuglink.c (dwelf_elf_gnu_debuglink): Check d_buf
      4 	is not NULL.
      5 
      6 2014-04-30  Mark Wielaard  <mjw (a] redhat.com>
      7 
      8 	* Makefile.am (AM_CPPFLAGS): Add libdwfl and libebl include dirs.
      9 	(libdwelf_a_SOURCES): Add dwelf_elf_gnu_build_id.c
     10 	* dwelf_elf_gnu_build_id.c: New file. Moved libdwfl function
     11 	__libdwfl_find_elf_build_id here.
     12 	* libdwelf.h (dwelf_elf_gnu_build_id): Declare new function.
     13 	* libdwelfP.h (dwelf_elf_gnu_build_id): Add internal declaration.
     14 
     15 2014-04-24  Florian Weimer  <fweimer (a] redhat.com>
     16 
     17 	* dwelf_dwarf_gnu_debugaltlink.c: New file.
     18 	* Makefile.am (libdwelf_a_SOURCES): Add it.
     19 	* libdwelf.h (dwelf_dwarf_gnu_debugaltlink): Declare new function.
     20 	* libdwelfP.h (dwelf_dwarf_gnu_debugaltlink): Add internal
     21 	declaration.
     22 
     23 2014-04-11  Mark Wielaard  <mjw (a] redhat.com>
     24 
     25 	* Makefile.am: New file.
     26 	* libdwelf.h: Likewise.
     27 	* libdwelfP.h: Likewise.
     28 	* dwelf_elf_gnu_debuglink.c: Likewise.
     29