From: Roland McGrath Date: Mon, 20 Apr 2009 01:27:44 +0000 (-0700) Subject: Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into roland/unwind X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=927662ce9e6310cc99dcda72b9a09faa1f2ea8e6;p=thirdparty%2Felfutils.git Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into roland/unwind Conflicts: libdwfl/ChangeLog --- 927662ce9e6310cc99dcda72b9a09faa1f2ea8e6 diff --cc libdwfl/ChangeLog index 1de4d665c,7f42b43ec..4092e913a --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@@ -1,11 -1,13 +1,21 @@@ +2007-02-10 Roland McGrath + + * libdwflP.h (struct Dwfl_Module): New members `cfi', `cfi_elf'. + Add INTDECL for dwfl_module_getcfi. + * dwfl_module_getcfi.c: New file. + * dwfl_addrframe.c: New file. + * Makefile.am (libdwfl_a_SOURCES): Add them. + + 2009-04-19 Roland McGrath + + * dwfl_module_getdwarf.c (find_file): Renamed to ... + (__libdwfl_getelf): ... this. Make it global. + (find_symtab, find_dw): Update callers. + (dwfl_module_getelf): Functions moved ... + * dwfl_module_getelf.c: ... here, new file. + * Makefile.am (libdwfl_a_SOURCES): Add it. + * libdwflP.h: Declare __libdwfl_getelf. + 2009-04-14 Roland McGrath * dwfl_segment_report_module.c: Handle DT_STRTAB value being either