diff options
Diffstat (limited to 'libdw/ChangeLog')
-rw-r--r-- | libdw/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 8071fc14..978b9913 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,22 @@ +2016-10-22 Mark Wielaard <[email protected]> + + * dwarf.h: Correct spelling of DW_LANG_PLI. Add compatibility define. + * dwarf_aggregate_size.c (array_size): Use correct spelling of + DW_LANG_PLI. + +2016-11-02 Mark Wielaard <[email protected]> + + * cfi.c (execute_cfi): Add fallthrough comments. + * encoded-value.h (encoded_value_size): Add explicit return instead + of relying on fallthrough. + * dwfl_report_elf.c (__libdwfl_elf_address_range): Add fallthrough + comment. + +2016-10-11 Akihiko Odaki <[email protected]> + + * dwarf_getpubnames.c: Remove sys/param.h include, add system.h. + * libdw_alloc.c: Likewise. + 2016-07-08 Mark Wielaard <[email protected]> * libdw.map (ELFUTILS_0.167): New. Add dwelf_strtab_init, |