summaryrefslogtreecommitdiff
path: root/config/elfutils.spec.in
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-12-18 23:41:41 +0100
committerMark Wielaard <mjw@redhat.com>2014-12-18 23:41:41 +0100
commit09dc83d67f16f378cd3f9901ab39fcd87aa08aeb (patch)
tree0b1c1ce74a70698731cf9b9d25b55b0f7b77154c /config/elfutils.spec.in
parente80d32481bac27766c00c27cc9f7628a56dc7be9 (diff)
downloadelfutils-09dc83d67f16f378cd3f9901ab39fcd87aa08aeb.tar.gz
Prepare 0.161 release.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r--config/elfutils.spec.in11
1 files changed, 11 insertions, 0 deletions
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.