diff options
author | Mark Wielaard <mjw@redhat.com> | 2014-12-18 23:41:41 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2014-12-18 23:41:41 +0100 |
commit | 09dc83d67f16f378cd3f9901ab39fcd87aa08aeb (patch) | |
tree | 0b1c1ce74a70698731cf9b9d25b55b0f7b77154c /config | |
parent | e80d32481bac27766c00c27cc9f7628a56dc7be9 (diff) | |
download | elfutils-09dc83d67f16f378cd3f9901ab39fcd87aa08aeb.tar.gz |
Prepare 0.161 release.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/elfutils.spec.in | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index a05f5522..1b4e8960 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2014-12-18 Mark Wielaard <mjw@redhat.com> + + * elfutils.spec.in: Update for 0.161. + 2014-11-27 Mark Wielaard <mjw@redhat.com> * eu.am: Define textrel_msg, textrel_found and textrel_check based diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 912f2378..06f73fc9 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -196,6 +196,17 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Thu Dec 18 2014 Mark Wielaard <mjw@redhat.com> 0.161-1 +- libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses + dwarf_peel_type to also provide the sizes of qualified types. + dwarf_getmacros will now serve either of .debug_macro and + .debug_macinfo transparently. New interfaces dwarf_getmacros_off, + dwarf_macro_getsrcfiles, dwarf_macro_getparamcnt, and + dwarf_macro_param are available for more generalized inspection of + macros and their parameters. + dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11, + DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14. + * Mon Aug 25 2014 Mark Wielaard <mjw@redhat.com> 0.160-1 - libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die. dwarf.h remove non-existing DW_TAG_mutable_type. |